On Fri, Nov 07, 2014 at 03:57:03PM +0800, Hongxu Jia wrote: > 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"
It was removed intentionally http://git.openembedded.org/meta-openembedded/commit/?id=9477e53e8a8ffde17b558ac436550687db4b86a0 > [YOCTO #6937] > > Signed-off-by: Hongxu Jia <[email protected]> > --- > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
