[oe-commits] [meta-openembedded] 18/36: Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 16:01:36 UTC 2018


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

armin_kuster pushed a commit to branch rocko
in repository meta-openembedded.

commit 731a2621b2b5e3a9353bc582af68614e7e7b0cf4
Author: Tobias Olausson <tobias.olausson at pelagicore.com>
AuthorDate: Thu Dec 14 10:39:20 2017 +0100

    Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5
    
    See also: https://patchwork.openembedded.org/patch/139422/
    
    Signed-off-by: Tobias Olausson <tobias.olausson at pelagicore.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit cf993a2c9e10dea286979850c4c5ecd751735ce8)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
index 317f972..f2a16dc 100644
--- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
+++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
@@ -15,13 +15,13 @@ inherit bluetooth
 
 RDEPENDS_bluez4 = " \
     obexftp \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'libasound-module-bluez', '', d)} \
 "
 
 RDEPENDS_bluez5 = " \
     bluez5-noinst-tools \
     bluez5-obex \
     bluez5-testtools  \
-    libasound-module-bluez \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', \
         'pulseaudio-module-bluetooth-discover \
          pulseaudio-module-bluetooth-policy \

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


More information about the Openembedded-commits mailing list