summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc
index 6638f13540..03595e7d32 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc
@@ -1,7 +1,7 @@
1# This .inc file contains functionality for automatically setting 1# This .inc file contains functionality for automatically setting
2# the the license of all plugins according to the GSTREAMER_GPL. 2# the the license of all plugins according to the GSTREAMER_GPL.
3 3
4PACKAGESPLITFUNCS:append = " set_gstreamer_license " 4PACKAGESPLITFUNCS += " set_gstreamer_license "
5 5
6python set_gstreamer_license () { 6python set_gstreamer_license () {
7 import oe.utils 7 import oe.utils