[oe] [meta-networking][PATCH] blueman: Enable thunar support by default but don't rdepend on it

Adrian Bunk bunk at stusta.de
Mon Jul 1 12:44:03 UTC 2019


This matches upstream default.
The no longer required bbappend in meta-xfce is also removed.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta-networking/recipes-connectivity/blueman/blueman_git.bb | 3 ++-
 meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend   | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 100644 meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
index 947db7836..91b64a36b 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_git.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
@@ -28,7 +28,8 @@ RDEPENDS_${PN} += " \
     packagegroup-tools-bluetooth \
 "
 
-PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar"
+PACKAGECONFIG ??= "thunar"
+PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto"
 
 FILES_${PN} += " \
     ${datadir}/dbus-1 \
diff --git a/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend b/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend
deleted file mode 100644
index 916f083b9..000000000
--- a/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# Just a comment line to avoid PAK archive (application/x-pak)
-PACKAGECONFIG_append = " thunar"
-- 
2.17.1



More information about the Openembedded-devel mailing list