mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gstreamer: fix rare but annoying build errors
same as:
commit 63707b56b5
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>
This commit is contained in:
committed by
Martin Jansa
parent
7c55dd1e29
commit
c64f57cf85
+32
@@ -0,0 +1,32 @@
|
||||
From 4b145ceb22bbce7ba6e209c6ab61f2d5867e69f9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
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 <schnitzeltony@googlemail.com>
|
||||
---
|
||||
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user