[oe] [meta-networking][PATCH] blueman: fix rdepends issue

Armin Kuster akuster808 at gmail.com
Wed Nov 7 19:11:42 UTC 2018


fixes
ERROR: Required build target 'blueman' has no buildable providers.
Missing or unbuildable dependency chain was: ['blueman', 'thunar']

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-connectivity/blueman/blueman_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
index 8eb99ed..06a11b7 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_git.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
@@ -27,9 +27,10 @@ RRECOMENDS_${PN} += "adwaita-icon-theme"
 RDEPENDS_${PN} += " \
     python3-dbus \
     packagegroup-tools-bluetooth \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'thunar', '', d)} \
 "
-
-PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar"
+PACKAGECONGIG ??= ""
+PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,"
 
 FILES_${PN} += " \
     ${datadir}/dbus-1 \
-- 
2.7.4




More information about the Openembedded-devel mailing list