summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono-1.12
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 13:54:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:36 +0000
commitbe161e03ba4d36a7c32fad2d56bfccd82c2a96a8 (patch)
tree25dcade55515651079bc455d4d01ffd854fd4841 /meta/recipes-connectivity/ofono/ofono-1.12
parenta8534b39faa7fad6bfe87e6245f45f2450cda625 (diff)
downloadpoky-be161e03ba4d36a7c32fad2d56bfccd82c2a96a8.tar.gz
ofono: 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: 1766f851be890ec057040594a12997b1576ba1d5) 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-connectivity/ofono/ofono-1.12')
-rw-r--r--meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch b/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..31a102e0ca
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Submitted [ofono@ofono.org]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd ofono-1.12/configure.ac ofono-1.12/configure.ac
5--- ofono-1.12/configure.ac 2012-12-19 21:28:44.000000000 +0200
6+++ ofono-1.12/configure.ac 2013-01-12 11:18:40.681410757 +0200
7@@ -2,7 +2,7 @@
8 AC_INIT(ofono, 1.12)
9
10 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
11-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADERS(config.h)
13
14 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])