summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-08-16 11:11:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:56 +0100
commitad96bb7f006409601631b7c8043164ec320f13a5 (patch)
tree93eb2d8fb6687ee43be046663398ab8c35de31c0 /meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
parent57bd62ad5c623216b50393841e1e75c867894765 (diff)
downloadpoky-ad96bb7f006409601631b7c8043164ec320f13a5.tar.gz
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 <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb20
1 files changed, 20 insertions, 0 deletions
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 @@
1SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool."
2DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \
3and displays the commands, events and data in a human-readable form."
4
5SECTION = "console"
6DEPENDS = "bluez4"
7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
9 file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
10PR = "r0"
11
12SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "b160f0672276398344eebe9df1b37a2c"
15SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d"
16S = "${WORKDIR}/bluez-hcidump-${PV}"
17
18EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
19
20inherit autotools