Reworking packagegroups of AGL Distribution
[AGL/meta-agl.git] / meta-ivi-common / recipes-core / packagegroups / packagegroup-ivi-common-core-multimedia.bb
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
new file mode 100644 (file)
index 0000000..87ff66a
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY = "The middlewares for AGL IVI profile"
+DESCRIPTION = "A set of common packages required by Multimedia Subsystem"
+
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES = "\
+    packagegroup-ivi-common-core-multimedia \
+    "
+
+ALLOW_EMPTY_${PN} = "1"
+
+RDEPENDS_${PN} += "\
+    alsa-lib \
+    alsa-utils \
+    gstreamer1.0-meta-base \
+    "