]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst1.0-fsl-plugin: remove not needed patch
authorJavier Viguera <javier.viguera@digi.com>
Thu, 25 Feb 2016 15:17:16 +0000 (16:17 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:26 +0000 (15:03 -0300)
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@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.8/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch [deleted file]
recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb

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 (file)
index 4f69c78..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Javier Viguera <javier.viguera@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@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_"
index 51ea92a8c2080d295be0637f0ec54ae1c763a5e5..532ae701ad0da98de45c51f25ce9f58cbe858eae 100644 (file)
@@ -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"