aboutsummaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb
blob: aecfd8243dd496e6fd1413b99b376e7d508d9407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "AGL Audio packages"
DESCRIPTION = "The set of packages required by the AGL Audio"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-audio \
    "

RDEPENDS_${PN} += "\
    4a-alsa-core \
    agl-service-audio-4a \
    VIRTUAL-RUNTIME_alsa-state \
    agl-service-unicens \
    4a-hal-unicens \
    bluez-alsa \
    4a-softmixer \
    4a-hal-generic \
"