[oe-commits] [openembedded-core] 01/01: at-spi2: fix dbus-daemon path

git at git.openembedded.org git at git.openembedded.org
Fri Nov 22 16:17:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud-next
in repository openembedded-core.

commit 96615ccc603e2a9bb016cbbe5cd13240b1209231
Author: Jed <jed.openxt at gmail.com>
AuthorDate: Mon Dec 17 13:08:23 2018 -0500

    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 <jed.openxt at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/atk/at-spi2-core_2.28.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/atk/at-spi2-core_2.28.0.bb b/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
index 7975f58..0bdb1e3 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.28.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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list