summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
new file mode 100644
index 0000000000..67dd2c6a8d
--- /dev/null
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
@@ -0,0 +1,21 @@
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"
6PRIORITY = "optional"
7DEPENDS = "bluez4"
8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
10 file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
11PR = "r0"
12
13SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9"
16SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd"
17S = "${WORKDIR}/bluez-hcidump-${PV}"
18
19EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
20
21inherit autotools