On 2 December 2014 at 14:50, Aníbal Limón <[email protected]>
wrote:

> I don't see this warning, i ran with (log attached),
>
> $ bitbake xserver-xorg -v -D
>

So the warning means that xserver linked against dbus but it isn't in the
build dependencies.  To replicate, you'll need to bitbake dbus and then
cleansstate and rebuild xserver-xorg.

The point here is that xserver-xorg is auto-detecting optional dependencies
which results in non-deterministic builds.  Can you look at what DBus is
used for in xserver-xorg, and determine if we should always require dbus,
never require dbus, or have an option and if we have an option, what do we
default it to.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to