[oe] [PATCH 05/13] xfdesktop: add dbus-glib-native to DEPENDS

Robert Yang liezhi.yang at windriver.com
Mon Feb 13 10:04:19 UTC 2017


Fixed:
configure:15214: checking for dbus-binding-tool
configure:15245: result: no
configure:15254: error: could not find dbus-binding-tool in $PATH. You can run
  ./configure DBUS_BINDING_TOOL=/path/to/dbus-binding-tool to define
  a custom location for it.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
index e951343..8b8c400 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
@@ -2,7 +2,9 @@ SUMMARY = "Xfce4 Desktop Manager"
 SECTION = "x11/base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar garcon exo"
+DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib \
+    thunar garcon exo dbus-glib-native \
+"
 
 inherit xfce distro_features_check
 
-- 
2.9.0




More information about the Openembedded-devel mailing list