]> code.ossystems Code Review - openembedded-core.git/commit
dbus: disable usage of dbus-glib explicitly
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Thu, 12 Jun 2014 13:32:00 +0000 (15:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:54:39 +0000 (12:54 +0100)
commit0eeeb40d2af99448c3b94047f26d33a9983a221b
treeedcf3de11c436648e100caadea410571cadac497
parent8b66eccc05a62f1e2267c1bdf1086d8328bb962c
dbus: disable usage of dbus-glib explicitly

on rebuilds, dbus-native can detect an already existing dbus-glib and
tries to link some tests against it.  As files were unstaged and due
to libtool insanities this fails with:

| /usr/bin/grep: .../sysroots/x86_64-oe-linux/usr/lib/libdbus-1.la: No such file or directory
| sed: can't read .../sysroots/x86_64-oe-linux/usr/lib/libdbus-1.la: No such file or directory
| x86_64-oe-linux-libtool: link: `.../sysroots/x86_64-oe-linux/usr/lib/libdbus-1.la' is not a valid libtool archive
| make[3]: *** [libdbus-testutils.la] Error 1
| make[3]: Leaving directory `.../work/x86_64-oe-linux/dbus-native/1.8.2-r0/build/test'

Make builds predicatable (and working) by disabling usage of dbus-glib
explicitly.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus.inc