summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2023-01-05 22:05:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-12 23:08:58 +0000
commitd5668a7fd4d33d0d1670baeef58385c3acf4becd (patch)
treeec974ed8be4c688bf5dd86e86ef13313b99afb46 /meta/recipes-multimedia/gstreamer
parent8b77cb3a8272ed6ceefa8c0970298d57b2915adc (diff)
downloadpoky-d5668a7fd4d33d0d1670baeef58385c3acf4becd.tar.gz
recipes, classes: Avoid adding extra whitespace to PACKAGESPLITFUNCS
This is a follow-up to commit 846ff49465 to remove the extra whitespace that is no longer needed after converting :append and :prepend to += and =+. (From OE-Core rev: 5a38be49e451c9f9d973b10a33c3972507f7b18a) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc2
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc
index 03595e7d32..8b1c001111 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 += " 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
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc
index 837d5a1a62..d77aeed8a2 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc
@@ -9,8 +9,8 @@
9# Dynamically generate packages for all enabled plugins 9# Dynamically generate packages for all enabled plugins
10PACKAGES_DYNAMIC = "^${PN}-.* ^libgst.*" 10PACKAGES_DYNAMIC = "^${PN}-.* ^libgst.*"
11 11
12PACKAGESPLITFUNCS =+ " split_gstreamer10_packages " 12PACKAGESPLITFUNCS =+ "split_gstreamer10_packages"
13PACKAGESPLITFUNCS += " set_gstreamer10_metapkg_rdepends " 13PACKAGESPLITFUNCS += "set_gstreamer10_metapkg_rdepends"
14 14
15python split_gstreamer10_packages () { 15python split_gstreamer10_packages () {
16 gst_libdir = d.expand('${libdir}/gstreamer-1.0') 16 gst_libdir = d.expand('${libdir}/gstreamer-1.0')