From: Jed Date: Mon, 17 Dec 2018 18:08:23 +0000 (-0500) Subject: at-spi2: fix dbus-daemon path X-Git-Tag: uninative-2.4~655 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa95b51b4c867fdb8011881097a0160d7d3e4e71;p=openembedded-core.git at-spi2: fix dbus-daemon path "dbus_daemon" is supposed to be set to the full dbus-daemon file path, not just its directory. Signed-off-by: Jed Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb index 536431f7cd..d7ea9be87f 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb @@ -18,7 +18,7 @@ inherit meson gtk-doc gettext systemd pkgconfig distro_features_check upstream-v REQUIRED_DISTRO_FEATURES = "x11" EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ - -Ddbus_daemon=${bindir}" + -Ddbus_daemon=${bindir}/dbus-daemon" GTKDOC_ENABLE_FLAG = "-Denable_docs=true" GTKDOC_DISABLE_FLAG = "-Denable_docs=false"