On 28 February 2016 at 11:39, Jens Rehsack <[email protected]> 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
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to