[OE-core] [PATCH 6/7] avahi: make dbus optional but default

Burton, Ross ross.burton at intel.com
Sun Feb 28 23:24:15 UTC 2016


On 28 February 2016 at 11:39, Jens Rehsack <rehsack at gmail.com> wrote:

> +PACKAGECONFIG[dbus] = ",--disable-dbus,dbus"
>

Add --enable-dbus for clarity, please.


> -       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.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160228/1fa3e9a1/attachment-0002.html>


More information about the Openembedded-core mailing list