diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-25 16:59:09 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-30 15:50:28 +0100 |
commit | b8c6447ae5af684bc68e79bb3305f6796d8e9860 (patch) | |
tree | 53b6b225122b756782c95230d7f05486af79602a | |
parent | c6588c718e31de426033b033a2c327c4a1ba201b (diff) |
packagegroup-ivi-common-core-multimedia: add pulseaudio bluetooth modules
When bluetooth is set in DISTRO_FEATURES, we need some bluetooth specific modules
for pulseaudio.
The list of packages is a part of OE's package group 'packagegroup-tools-bluetooth' which
also contains extra bluetooth tools we don't want to install in the core AGL image.
Bug-AGL: SPEC-293
Change-Id: I47abe11c136ce6a8fd9d58759bbf9ea1a506fd82
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb index 75e496290..f1c10faa7 100644 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb +++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb @@ -17,5 +17,13 @@ RDEPENDS_${PN} += "\ pulseaudio-server \ pulseaudio-misc \ agl-audio-plugin \ + ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '\ + pulseaudio-module-bluetooth-discover \ + pulseaudio-module-bluetooth-policy \ + pulseaudio-module-bluez5-discover \ + pulseaudio-module-bluez5-device \ + pulseaudio-module-switch-on-connect \ + pulseaudio-module-loopback \ + ','', d)} \ gstreamer1.0-meta-base \ " |