diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-25 16:59:09 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-28 12:07:49 +0000 |
commit | 16951ecdc2ce0082f8c7084bb5ea56e64c978aef (patch) | |
tree | 55ea0a06cda26f332151fff849b7d84b71e553ed /meta-ivi-common/recipes-core | |
parent | 2c8d3d95495216f5a6ccab6fce48ac1af5ae1c65 (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>
Diffstat (limited to 'meta-ivi-common/recipes-core')
-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 a0d0087e3..b43215b99 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} += "\ alsa-utils \ pulseaudio-server \ pulseaudio-misc \ + ${@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 \ " |