diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-15 13:52:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:54:46 +0000 |
commit | cb9480937162c4e6a80769f5ccd7cbc09d8947d2 (patch) | |
tree | 3967c7799b26fbea28287296d7eab101db1279c7 /meta/recipes-connectivity/bluez | |
parent | 54a945a5e67c44be3e0b21114b7ca3abf8d99ada (diff) | |
download | openembedded-core-cb9480937162c4e6a80769f5ccd7cbc09d8947d2.tar.gz openembedded-core-cb9480937162c4e6a80769f5ccd7cbc09d8947d2.tar.bz2 openembedded-core-cb9480937162c4e6a80769f5ccd7cbc09d8947d2.zip |
bluez-hcidump: 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>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch | 14 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb | 6 |
2 files changed, 18 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch b/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch new file mode 100644 index 0000000000..0c77f1a20d --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch @@ -0,0 +1,14 @@ +Upstream-Status: Pending [package obsolete/not maintained by upstream] + +Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> +diff -Nurd bluez-hcidump-2.5/configure.ac bluez-hcidump-2.5/configure.ac +--- bluez-hcidump-2.5/configure.ac 2012-11-30 10:29:41.000000000 +0200 ++++ bluez-hcidump-2.5/configure.ac 2013-01-12 10:02:10.609511463 +0200 +@@ -2,7 +2,7 @@ + AC_INIT(bluez-hcidump, 2.5) + + AM_INIT_AUTOMAKE([foreign subdir-objects]) +-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/bluez-hcidump_2.5.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb index 667641b520..6bddcbacc3 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb @@ -7,9 +7,11 @@ DEPENDS = "bluez4" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" -PR = "r0" +PR = "r1" -SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \ + file://obsolete_automake_macros.patch \ +" SRC_URI[md5sum] = "2eab54bbd2b59a2ed4274ebb9390cf18" SRC_URI[sha256sum] = "9b7c52b375081883738cf049ecabc103b97d094b19c6544fb241267905d88881" |