summaryrefslogtreecommitdiffstats
path: root/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb')
-rw-r--r--recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb
new file mode 100644
index 000000000..2014903de
--- /dev/null
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb
@@ -0,0 +1,14 @@
1SUMMARY = "FSL Community package group - commercial-flagged GStreamer 1.0 plugins"
2DESCRIPTION = "Package group used by FSL Community to provide audio and video plugins \
3 that are subject to restricted licensing and/or royalties and thus require \
4 the 'commercial' license whitelist flag"
5SECTION = "multimedia"
6LICENSE_FLAGS = "commercial"
7
8inherit packagegroup
9
10# Plugins from the -ugly collection which require the "commercial" flag in LICENSE_FLAGS_ACCEPTED to be set
11RDEPENDS:${PN} = "\
12 gstreamer1.0-libav \
13 gstreamer1.0-plugins-ugly-asf \
14"