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.bur...@intel.com> --- meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb index 5865166..8d01124 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb @@ -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" -- 1.7.10.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core