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

git at git.openembedded.org git at git.openembedded.org
Sun Feb 4 10:09:50 UTC 2018


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

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

commit 154290781cf4b8397f5457e29881894f2c43db52
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