On Tue, Nov 1, 2016 at 7:30 PM, Andreas Müller <[email protected]> wrote: > same as: > > commit 63707b56b5352ed72f1c5291967455b78f50fb7d > Author: Andreas Müller <[email protected]> > Date: Sun Oct 2 22:16:52 2016 +0200 > > gst-plugins-base: fix rare but annoying build errors > > Signed-off-by: Andreas Müller <[email protected]> > --- > ...2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch | 32 > ++++++++++++++++++++++ > .../gstreamer-0.10/gstreamer_0.10.36.bb | 1 + > 2 files changed, 33 insertions(+) > create mode 100644 > meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36/0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch > > 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 0000000..8db3966 > --- /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 @@ > +From 4b145ceb22bbce7ba6e209c6ab61f2d5867e69f9 Mon Sep 17 00:00:00 2001 > +From: =?UTF-8?q?Andreas=20M=C3=BCller?= <[email protected]> > +Date: Tue, 1 Nov 2016 19:02:30 +0100 > +Subject: [PATCH] gst-glib2.m4: don't do crazy things to GLIB_CFLAGS > +MIME-Version: 1.0 > +Content-Type: text/plain; charset=UTF-8 > +Content-Transfer-Encoding: 8bit > + > +we are definitely not one of those poor souls mentioned > + > +Upstream-Status: Pending > + > +Signed-off-by: Andreas Müller <[email protected]> > +--- > + common/m4/gst-glib2.m4 | 1 - > + 1 file changed, 1 deletion(-) > + > +diff --git a/common/m4/gst-glib2.m4 b/common/m4/gst-glib2.m4 > +index b01f02f..4569ae5 100644 > +--- a/common/m4/gst-glib2.m4 > ++++ b/common/m4/gst-glib2.m4 > +@@ -69,7 +69,6 @@ AC_DEFUN([AG_GST_GLIB_CHECK], > + fi > + > + dnl for the poor souls who for example have glib in /usr/local > +- AS_SCRUB_INCLUDE(GLIB_CFLAGS) > + > + AC_SUBST(GLIB_EXTRA_CFLAGS) > + ]) > +-- > +2.5.5 > + > 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 e3bd5e5..512a28f 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 > file://gst-inspect-check-error.patch \ > > file://0001-baseparse-Fix-self-comparison-always-evaluates-to-tr.patch \ > file://0001-parse-make-grammar.y-work-with-Bison-3.patch \ > + > file://0002-gst-glib2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch \ > " > > SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b" > -- > 2.5.5 >
ping -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
