aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 12:04:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:09:29 +0000
commite4e3fc72fdfc7cde4652c562a936ef473c35367a (patch)
treea4e4e789dbc48a57a0bd4b1765ddbbdf719e95d9 /meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch
parent17a58db25657184e0770d29391062e7f93d5bb5b (diff)
downloadopenembedded-core-e4e3fc72fdfc7cde4652c562a936ef473c35367a.tar.gz
bluez4: 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. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..1068f2482a
--- /dev/null
+++ b/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
+Upstream-Status: Backport
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd bluez-4.101/configure.ac bluez-4.101/configure.ac
+--- bluez-4.101/configure.ac 2012-06-22 19:36:49.000000000 +0300
++++ bluez-4.101/configure.ac 2013-01-07 06:13:18.385888966 +0200
+@@ -2,7 +2,7 @@
+ AC_INIT(bluez, 4.101)
+
+ AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])