]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez-hcidump: upgrade from 2.0 to 2.1
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 16 Aug 2011 03:11:12 +0000 (11:11 +0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 17 Aug 2011 05:54:05 +0000 (22:54 -0700)
[YOCTO #1371]

Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build:
src/hcidump.c:54:24: error: redefinition of 'ntoh64'.

In 2.1 the duplicated definition of ntoh64 was removed.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb [moved from meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
rename to meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
index c271ed208d8d3b2414593e06bfcb398cf634599e..ce84f5862fa52cd7009d77e413edb5af795e3e69 100644 (file)
@@ -11,8 +11,8 @@ PR = "r0"
 
 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9"
-SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd"
+SRC_URI[md5sum] = "b160f0672276398344eebe9df1b37a2c"
+SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d"
 S = "${WORKDIR}/bluez-hcidump-${PV}"
 
 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"