diff options
Diffstat (limited to 'recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb')
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "FSL Community package group - commercial-flagged GStreamer 1.0 plugins" | ||
| 2 | DESCRIPTION = "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" | ||
| 5 | SECTION = "multimedia" | ||
| 6 | LICENSE_FLAGS = "commercial" | ||
| 7 | |||
| 8 | inherit packagegroup | ||
| 9 | |||
| 10 | # Plugins from the -ugly collection which require the "commercial" flag in LICENSE_FLAGS_ACCEPTED to be set | ||
| 11 | RDEPENDS:${PN} = "\ | ||
| 12 | gstreamer1.0-libav \ | ||
| 13 | gstreamer1.0-plugins-ugly-asf \ | ||
| 14 | " | ||
