diff options
author | Ross Burton <ross.burton@intel.com> | 2015-01-19 14:57:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:26 +0000 |
commit | 8f9506bc1c194645d99381681936fe66994e44ab (patch) | |
tree | 3568a9233c25778ce7d3ee3c26ec5795e1c33cbf /meta/recipes-support | |
parent | c929bd3e9a1657cae93e2cf1d28642523efa2d93 (diff) | |
download | poky-8f9506bc1c194645d99381681936fe66994e44ab.tar.gz |
at-spi2-core: pass correct path to dbus-daemon
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.
(From OE-Core rev: 964ab1abf6faceb513ceb8618a74726a5086c319)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 586516604a..8d01124d01 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" | |||
13 | 13 | ||
14 | inherit autotools gtk-doc pkgconfig | 14 | inherit autotools gtk-doc pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-introspection --disable-xevie" | 16 | EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" |
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" | 18 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" |