From ad96bb7f006409601631b7c8043164ec320f13a5 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 16 Aug 2011 11:11:12 +0800 Subject: bluez-hcidump: upgrade from 2.0 to 2.1 [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. (From OE-Core rev: 15a369b4e65fc8068ba7fec70ec24b7c23e7950b) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb | 20 -------------------- meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb create mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb (limited to 'meta/recipes-connectivity/bluez') diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb deleted file mode 100644 index c271ed208d..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." -DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ -and displays the commands, events and data in a human-readable form." - -SECTION = "console" -DEPENDS = "bluez4" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ - file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" -PR = "r0" - -SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" - -SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9" -SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd" -S = "${WORKDIR}/bluez-hcidump-${PV}" - -EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" - -inherit autotools diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb new file mode 100644 index 0000000000..ce84f5862f --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." +DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ +and displays the commands, events and data in a human-readable form." + +SECTION = "console" +DEPENDS = "bluez4" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ + file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" +PR = "r0" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" + +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}" + +inherit autotools -- cgit v1.2.3-54-g00ecf