Add bluez-alsa to 4a-framework feature
[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     4a-hal-reference \
14     agl-service-audio-4a \
15     VIRTUAL-RUNTIME_alsa-state \
16     agl-service-unicens \
17     4a-hal-unicens \
18     bluez-alsa \
19 "