e8926363788ad088e32abef0094ed966ec428fd5
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / recipes-core / packagegroups / packagegroup-agl-audio.bb
1 SUMMARY = "AGL Audio packages"
2 DESCRIPTION = "The set of packages required by the AGL Audio"
3 LICENSE = "MIT"
4
5 inherit packagegroup
6
7 PACKAGES = "\
8     packagegroup-agl-audio \
9     "
10
11 RDEPENDS_${PN} += "\
12     4a-alsa-core \
13     agl-service-audio-4a \
14     VIRTUAL-RUNTIME_alsa-state \
15     agl-service-unicens \
16     bluez-alsa \
17     4a-softmixer \
18     4a-hal-generic \
19     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '4a-tools', '' , d)} \
20     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-module-4a-client', '' , d)} \
21 "