[oe-commits] Marko Lindqvist : bluez4: replace obsolete automake macros with working ones

git at git.openembedded.org git at git.openembedded.org
Tue Jan 15 08:15:01 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e4e3fc72fdfc7cde4652c562a936ef473c35367a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e4e3fc72fdfc7cde4652c562a936ef473c35367a

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Thu Jan 10 12:04:01 2013 +0200

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 at gmail.com>

---

 .../bluez4-4.101/obsolete_automake_macros.patch    |   14 ++++++++++++++
 meta/recipes-connectivity/bluez/bluez4_4.101.bb    |    6 ++++--
 2 files changed, 18 insertions(+), 2 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 0000000..1068f24
--- /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 at 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])])
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
index 4225999..3ea2f25 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
@@ -1,10 +1,12 @@
 require bluez4.inc
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://bluetooth.conf \
             file://sbc_mmx.patch \
-            file://fix-udev-paths.patch"
+            file://fix-udev-paths.patch \
+            file://obsolete_automake_macros.patch \
+"
 
 SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad"
 SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487"





More information about the Openembedded-commits mailing list