summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 15:11:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:23 +0000
commita3c689963924d3637414b062038ea9c9adffb6f2 (patch)
tree2e69a11f6af2913bb144c55250c35ba771327335 /meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
parent1483a6c5d787353ec315a8e7cae7b8604cc7b23c (diff)
downloadpoky-a3c689963924d3637414b062038ea9c9adffb6f2.tar.gz
bluez-hcidump: upgrade to 2.2
(From OE-Core rev: cfa2e9ef3f52f8956d05c2b12ca9984fc08ef238) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
new file mode 100644
index 0000000000..ba2d7decc6
--- /dev/null
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.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] = "3c298a8be67099fe227f3e4d9de539d5"
15SRC_URI[sha256sum] = "073066d3ec1f7d1c52bb0fe27cde84ea273e1ab3097b27fa1fd45a5992e1a441"
16S = "${WORKDIR}/bluez-hcidump-${PV}"
17
18EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
19
20inherit autotools