diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-09-07 12:28:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 00:06:24 -0700 |
commit | 47dab9359812b52af34681d2bf097b6b3028a11a (patch) | |
tree | 2eba11d0ac561a30434f603fbbf571bc637b2943 /meta-oe/recipes-connectivity | |
parent | 7aba8f58ff8767d0540194edf2867c6a64153e47 (diff) | |
download | meta-openembedded-47dab9359812b52af34681d2bf097b6b3028a11a.tar.gz |
blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obex
Have a better out-of-the-box experience
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/blueman/blueman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/blueman/blueman_git.bb b/meta-oe/recipes-connectivity/blueman/blueman_git.bb index f479386c1..947db7836 100644 --- a/meta-oe/recipes-connectivity/blueman/blueman_git.bb +++ b/meta-oe/recipes-connectivity/blueman/blueman_git.bb | |||
@@ -25,7 +25,7 @@ SYSTEMD_AUTO_ENABLE_${PN} = "disable" | |||
25 | RRECOMENDS_${PN} += "adwaita-icon-theme" | 25 | RRECOMENDS_${PN} += "adwaita-icon-theme" |
26 | RDEPENDS_${PN} += " \ | 26 | RDEPENDS_${PN} += " \ |
27 | python3-dbus \ | 27 | python3-dbus \ |
28 | bluez5-obex \ | 28 | packagegroup-tools-bluetooth \ |
29 | " | 29 | " |
30 | 30 | ||
31 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar" | 31 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar" |