[meta-freescale] [meta-fsl-arm][master-next, jethro-next][PATCH 1/2] gst1.0-fsl-plugin: remove not needed patch

Javier Viguera javier.viguera at digi.com
Thu Feb 25 07:17:16 PST 2016


The fix in this patch has been included in the new version, so there is
no need for this patch anymore. Actually it does not even apply.

Signed-off-by: Javier Viguera <javier.viguera at digi.com>
---
 ...sl-plugins-fix-appending-data-to-variable.patch | 46 ----------------------
 .../gstreamer/gst1.0-fsl-plugin_4.0.8.bb           |  1 -
 2 files changed, 47 deletions(-)
 delete mode 100644 recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.8/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch

diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.8/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.8/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch
deleted file mode 100644
index 4f69c784f5fd..000000000000
--- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.8/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Javier Viguera <javier.viguera at digi.com>
-Date: Mon, 2 Nov 2015 17:52:48 +0100
-Subject: [PATCH] gst1.0-fsl-plugins: fix appending data to variable
-
-FSL_MM_CORE_CFLAGS and FSL_MM_CORE_LIBS where concatenating data at the
-end without adding a blank space between additions.
-
-As the appended data was a result of `pkg-config` expansion, this was
-working correctly until pkg-config v0.28 because it was pkg-config who
-was adding the trailing space.
-
-But after pkg-config v0.28, specifically in this commit:
-
-http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a
-
-this is no longer true, so the configure script needs to add that space.
-
-Signed-off-by: Javier Viguera <javier.viguera at digi.com>
----
- configure.ac | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 4da48867fafd..01bff6ca5348 100755
---- a/configure.ac
-+++ b/configure.ac
-@@ -203,14 +203,14 @@ AC_SUBST(RT_CFLAGS)
- AC_SUBST(RT_LIBS)
- 
- FSL_MM_CORE_CFLAGS=`$PKG_CONFIG --cflags libfslaudiocodec 2>/dev/null`
--FSL_MM_CORE_CFLAGS+=`$PKG_CONFIG --cflags libfslvideocodec 2>/dev/null`
--FSL_MM_CORE_CFLAGS+=`$PKG_CONFIG --cflags libfslparser 2>/dev/null`
--FSL_MM_CORE_CFLAGS+=`$PKG_CONFIG --cflags libfslvpuwrap 2>/dev/null`
-+FSL_MM_CORE_CFLAGS+=" `$PKG_CONFIG --cflags libfslvideocodec 2>/dev/null`"
-+FSL_MM_CORE_CFLAGS+=" `$PKG_CONFIG --cflags libfslparser 2>/dev/null`"
-+FSL_MM_CORE_CFLAGS+=" `$PKG_CONFIG --cflags libfslvpuwrap 2>/dev/null`"
- AC_SUBST(FSL_MM_CORE_CFLAGS)
- 
- FSL_MM_CORE_LIBS=`$PKG_CONFIG --libs libfslaudiocodec 2>/dev/null`
--FSL_MM_CORE_LIBS+=`$PKG_CONFIG --libs libfslvideocodec 2>/dev/null`
--FSL_MM_CORE_LIBS+=`$PKG_CONFIG --libs libfslparser 2>/dev/null`
-+FSL_MM_CORE_LIBS+=" `$PKG_CONFIG --libs libfslvideocodec 2>/dev/null`"
-+FSL_MM_CORE_LIBS+=" `$PKG_CONFIG --libs libfslparser 2>/dev/null`"
- AC_SUBST(FSL_MM_CORE_LIBS)
- 
- EXTRAPLATFORMCFLAGS="-DARM -D_GNUC_"
diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb
index 51ea92a8c208..532ae701ad0d 100644
--- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb
+++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb
@@ -20,7 +20,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 
 SRC_URI = " \
     ${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz \
-    file://0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch \
 "
 
 SRC_URI[md5sum] = "0669eeea4e37203e2e654a00ded35ba2"


More information about the meta-freescale mailing list