mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c929bd3e9a
commit
8f9506bc1c
@@ -13,6 +13,6 @@ DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
|
|||||||
|
|
||||||
inherit autotools gtk-doc pkgconfig
|
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"
|
FILES_${PN} += "${datadir}/dbus-1/services/*.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user