summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-11-01 19:30:42 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-22 13:59:43 +0100
commitc64f57cf854c4172eddafa2b484b55263522e0db (patch)
tree7220bbb851c9ea1790b488ce59ed255b5a8337f0 /meta-multimedia
parent7c55dd1e295d7b7b2125bc7e7e4740aaff3caef4 (diff)
downloadmeta-openembedded-c64f57cf854c4172eddafa2b484b55263522e0db.tar.gz
gstreamer: fix rare but annoying build errors
same as: commit 63707b56b5352ed72f1c5291967455b78f50fb7d Author: Andreas Müller <schnitzeltony@googlemail.com> Date: Sun Oct 2 22:16:52 2016 +0200 gst-plugins-base: fix rare but annoying build errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36/0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch32
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb1
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36/0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36/0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch
new file mode 100644
index 000000000..8db396631
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36/0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch
@@ -0,0 +1,32 @@
1From 4b145ceb22bbce7ba6e209c6ab61f2d5867e69f9 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Tue, 1 Nov 2016 19:02:30 +0100
4Subject: [PATCH] gst-glib2.m4: don't do crazy things to GLIB_CFLAGS
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9we are definitely not one of those poor souls mentioned
10
11Upstream-Status: Pending
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 common/m4/gst-glib2.m4 | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/common/m4/gst-glib2.m4 b/common/m4/gst-glib2.m4
19index b01f02f..4569ae5 100644
20--- a/common/m4/gst-glib2.m4
21+++ b/common/m4/gst-glib2.m4
22@@ -69,7 +69,6 @@ AC_DEFUN([AG_GST_GLIB_CHECK],
23 fi
24
25 dnl for the poor souls who for example have glib in /usr/local
26- AS_SCRUB_INCLUDE(GLIB_CFLAGS)
27
28 AC_SUBST(GLIB_EXTRA_CFLAGS)
29 ])
30--
312.5.5
32
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
index e3bd5e5d1..512a28f52 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
16 file://gst-inspect-check-error.patch \ 16 file://gst-inspect-check-error.patch \
17 file://0001-baseparse-Fix-self-comparison-always-evaluates-to-tr.patch \ 17 file://0001-baseparse-Fix-self-comparison-always-evaluates-to-tr.patch \
18 file://0001-parse-make-grammar.y-work-with-Bison-3.patch \ 18 file://0001-parse-make-grammar.y-work-with-Bison-3.patch \
19 file://0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch \
19" 20"
20 21
21SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b" 22SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b"