summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gamin/gamin-0.1.10
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:02:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:43 +0000
commit1c5702f7abb28efe7453b524e8fa4711ad298f40 (patch)
tree80f749f9ff80255dc18d067b0ca5b9683f4f1508 /meta/recipes-extended/gamin/gamin-0.1.10
parent628fc90d7b2c0ca4249734b98bcf9c50ef6c2948 (diff)
downloadpoky-1c5702f7abb28efe7453b524e8fa4711ad298f40.tar.gz
gamin: 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. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. (From OE-Core rev: 84f083ac3a218513411e7c28edada7a80af8ad8c) 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-extended/gamin/gamin-0.1.10')
-rw-r--r--meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch b/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..c4300ca6a0
--- /dev/null
+++ b/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch
@@ -0,0 +1,23 @@
1Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=693449]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd gamin-0.1.10/configure.in gamin-0.1.10/configure.in
5--- gamin-0.1.10/configure.in 2008-11-24 17:23:06.000000000 +0200
6+++ gamin-0.1.10/configure.in 2013-02-08 23:11:59.656279992 +0200
7@@ -1,7 +1,7 @@
8 dnl Process this file with autoconf to produce a configure script.
9 AC_PREREQ(2.52)
10 AC_INIT(libgamin)
11-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADERS(config.h)
13 AC_CANONICAL_SYSTEM
14
15 # get any external flags setting before we start playing with the CFLAGS variable
16@@ -31,7 +31,6 @@
17
18 AC_USE_SYSTEM_EXTENSIONS
19 AC_PROG_CC
20-AM_PROG_CC_STDC
21 AC_HEADER_STDC
22 AC_PROG_INSTALL
23 AC_PROG_MAKE_SET