summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-08 09:16:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-10 23:43:11 +0000
commit8e1ca4b9569b8341fc1494c51e1ba8060867bc26 (patch)
treea1c05570f3fd7988af392642e421d3d8f9cb1931 /meta/recipes-core/glib-2.0/glib-2.0
parent58c76a210c6b9de462686fa41466a871bc716f00 (diff)
downloadpoky-8e1ca4b9569b8341fc1494c51e1ba8060867bc26.tar.gz
glib-2.0: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: fd05a7137082517947ba5af32d2b80a9beaa4ad7) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch b/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..2fc4e75e78
--- /dev/null
+++ b/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch
@@ -0,0 +1,13 @@
1Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691011]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd glib-2.34.3/configure.ac glib-2.34.3/configure.ac
5--- glib-2.34.3/configure.ac 2012-11-26 19:10:04.000000000 +0200
6+++ glib-2.34.3/configure.ac 2013-01-02 15:49:27.832183712 +0200
7@@ -291,7 +291,6 @@
8 AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
9 AC_LANG_RESTORE
10
11-AM_PROG_CC_STDC
12 AM_PROG_CC_C_O
13 AC_PROG_INSTALL