From 9477e53e8a8ffde17b558ac436550687db4b86a0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 21 Apr 2011 12:20:01 +0200 Subject: 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 --- meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb index 10360f72f7..993a75dff1 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb @@ -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" -- cgit 1.2.3-korg