> Am 29.02.2016 um 00:24 schrieb Burton, Ross <[email protected]>: > > On 28 February 2016 at 11:39, Jens Rehsack <[email protected]> wrote: > +PACKAGECONFIG[dbus] = ",--disable-dbus,dbus" > > Add --enable-dbus for clarity, please.
This switch isn't documented in configure help. I try it out, but when it
complains, I leave it out.
> - rm -rf ${D}${datadir}/dbus-1/interfaces
> - rmdir --ignore-fail-on-non-empty ${D}${datadir}/dbus-1
> + ${@bb.utils.contains('PACKAGECONFIG','dbus','rm -rf
> ${D}${datadir}/dbus-1/interfaces','',d)}
> + ${@bb.utils.contains('PACKAGECONFIG','dbus','rmdir
> --ignore-fail-on-non-empty ${D}${datadir}/dbus-1','',d)}
>
> The interfaces files should probably be installed in avahi-dev as they're
> genuinely useful, and then I think the rmdir --ignore-fail-on-non-empty can
> always be executed.
Especially that one fails when no dbus support is added. So, nope - it should
not always executed.
Cheers
--
Jens Rehsack - [email protected]
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
