summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-17 10:51:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:20 -0800
commitd5e4f5d7447c295cab80cdde7d3db309921c8045 (patch)
treeaef3f5e7756d1ef46c0f064b89b996a505a423b6 /meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch
parent5ba79ef7054001fcabe96a92b24c703214da91fc (diff)
downloadpoky-d5e4f5d7447c295cab80cdde7d3db309921c8045.tar.gz
webkit-gtk: 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: fd3586cfa620299ba2544ce16e140956b5171ae5) 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-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch b/meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..d9e8444815
--- /dev/null
+++ b/meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Backport
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd webkit-1.8.3/configure.ac webkit-1.8.3/configure.ac
5--- webkit-1.8.3/configure.ac 2012-08-20 19:35:38.000000000 +0300
6+++ webkit-1.8.3/configure.ac 2013-02-08 11:55:28.403397789 +0200
7@@ -111,7 +111,6 @@
8
9 AC_PROG_CC
10 AC_PROG_CXX
11-AM_PROG_CC_STDC
12 AM_PROG_CC_C_O
13 AC_PROG_INSTALL
14 AC_SYS_LARGEFILE