diff options
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 0000000000..8db3966313 --- /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 @@ | |||
| 1 | From 4b145ceb22bbce7ba6e209c6ab61f2d5867e69f9 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Tue, 1 Nov 2016 19:02:30 +0100 | ||
| 4 | Subject: [PATCH] gst-glib2.m4: don't do crazy things to GLIB_CFLAGS | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | we are definitely not one of those poor souls mentioned | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 14 | --- | ||
| 15 | common/m4/gst-glib2.m4 | 1 - | ||
| 16 | 1 file changed, 1 deletion(-) | ||
| 17 | |||
| 18 | diff --git a/common/m4/gst-glib2.m4 b/common/m4/gst-glib2.m4 | ||
| 19 | index 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 | -- | ||
| 31 | 2.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 e3bd5e5d1f..512a28f529 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 | ||
| 21 | SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b" | 22 | SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b" |
