[oe-commits] [openembedded-core] 38/44: pointercal-xinput: set ALLOW_EMPTY

git at git.openembedded.org git at git.openembedded.org
Wed Aug 3 12:01:39 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fb18c460fa7e90361c9ba6030a38d8aafec82dcf
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Aug 2 21:00:56 2016 +0100

    pointercal-xinput: set ALLOW_EMPTY
    
    Many BSPs don't have pointer calibration, so set ALLOW_EMPTY so the package
    still exists (for dependencies) even if there isn't a calibration file to
    package.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
index 65348c3..71756c3 100644
--- a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
+++ b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
@@ -17,4 +17,5 @@ do_install() {
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+ALLOW_EMPTY_${PN} = "1"
 CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list