a0d0087e32745569d7b52868aaec6f4620c675d4
[AGL/meta-agl.git] / meta-ivi-common / recipes-core / packagegroups / packagegroup-ivi-common-core-multimedia.bb
1 SUMMARY = "The middlewares for AGL IVI profile"
2 DESCRIPTION = "A set of common packages required by Multimedia Subsystem"
3
4 LICENSE = "MIT"
5
6 inherit packagegroup
7
8 PACKAGES = "\
9     packagegroup-ivi-common-core-multimedia \
10     "
11
12 ALLOW_EMPTY_${PN} = "1"
13
14 RDEPENDS_${PN} += "\
15     agl-audio-plugin \
16     alsa-lib \
17     alsa-utils \
18     pulseaudio-server \
19     pulseaudio-misc \
20     gstreamer1.0-meta-base \
21     "