summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb')
-rw-r--r--meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb
new file mode 100644
index 0000000000..6bddcbacc3
--- /dev/null
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb
@@ -0,0 +1,22 @@
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 = "r1"
11
12SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \
13 file://obsolete_automake_macros.patch \
14"
15
16SRC_URI[md5sum] = "2eab54bbd2b59a2ed4274ebb9390cf18"
17SRC_URI[sha256sum] = "9b7c52b375081883738cf049ecabc103b97d094b19c6544fb241267905d88881"
18S = "${WORKDIR}/bluez-hcidump-${PV}"
19
20EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
21
22inherit autotools