mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
pointercal-xinput: don't allow empty packages
Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
199d08c139
commit
9477e53e8a
@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
||||
|
||||
SECTION = "base"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "file://pointercal.xinput"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
@ -16,6 +17,5 @@ do_install() {
|
||||
fi
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user