[oe-commits] [meta-openembedded] 37/38: blueman: Enable thunar support by default but don't rdepend on it

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 18:10:52 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dfce3fa9cb81142f2c3680d048cbc59a68da2f9e
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Mon Jul 1 15:44:03 2019 +0300

    blueman: Enable thunar support by default but don't rdepend on it
    
    This matches upstream default.
    The no longer required bbappend in meta-xfce is also removed.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/blueman/blueman_git.bb | 3 ++-
 meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend   | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb
index 947db78..91b64a3 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 916f083..0000000
--- 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"

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


More information about the Openembedded-commits mailing list