diff options
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb new file mode 100644 index 0000000000..194c04d466 --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." | ||
2 | DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ | ||
3 | and displays the commands, events and data in a human-readable form." | ||
4 | |||
5 | SECTION = "console" | ||
6 | DEPENDS = "bluez4" | ||
7 | LICENSE = "GPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
9 | file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" | ||
10 | PR = "r0" | ||
11 | |||
12 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" | ||
13 | |||
14 | SRC_URI[md5sum] = "d39833de0ed26bddf784e9580b6f33c4" | ||
15 | SRC_URI[sha256sum] = "bacd155e6420e480d8a30c0b0e6da990031890ee1000a31408e175ab7cf3cbd3" | ||
16 | S = "${WORKDIR}/bluez-hcidump-${PV}" | ||
17 | |||
18 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | ||
19 | |||
20 | inherit autotools | ||