All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5
@ 2017-12-14  9:39 tobias.olausson
  0 siblings, 0 replies; only message in thread
From: tobias.olausson @ 2017-12-14  9:39 UTC (permalink / raw)
  To: openembedded-devel

From: Tobias Olausson <tobias.olausson@pelagicore.com>

See also: https://patchwork.openembedded.org/patch/139422/

Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.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 317f9728b..f2a16dcf7 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 \
-- 
2.15.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-14  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14  9:39 [meta-oe][PATCH] Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5 tobias.olausson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.