]> code.ossystems Code Review - openembedded-core.git/commitdiff
at-spi2-core: pass correct path to dbus-daemon
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Jan 2015 14:57:12 +0000 (14:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:24 +0000 (11:35 +0000)
at-spi2-core tries to find the dbus-daemon binary and hard-codes this path in a
script.  The first dbus-daemon it finds is the one in the target sysroot, so
explicitly pass the correct path.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/atk/at-spi2-core_2.14.1.bb

index 586516604ae0fd6ef5aaa51432f998ae3ff1bf10..8d01124d01362143bc12892e76fb0088140f0be3 100644 (file)
@@ -13,6 +13,6 @@ DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
 
 inherit autotools gtk-doc pkgconfig
 
-EXTRA_OECONF = "--disable-introspection --disable-xevie"
+EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}"
 
 FILES_${PN} += "${datadir}/dbus-1/services/*.service"