Since the do_install conditionally install file if it has a contents, it should allow the package empty.
It avoids the do_rootfs failure while IMAGE_INSTALL += "pointercal-xinput" [YOCTO #6937] Signed-off-by: Hongxu Jia <hongxu....@windriver.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..ebc5155 100644 --- a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb @@ -16,5 +16,6 @@ do_install() { fi } +ALLOW_EMPTY_${PN} = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput" -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core