diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 15:21:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:42 +0000 |
commit | 24c233d8fd9ca729f57f3c0008944ae4532618de (patch) | |
tree | d45e3c791c65e8dd1d4f1b3262f841004c98edb8 /meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb | |
parent | 11897a9300d7b667f2b62d99fac5a86131698ded (diff) | |
download | poky-24c233d8fd9ca729f57f3c0008944ae4532618de.tar.gz |
bluez-hcidump: upgrade to 2.3
(From OE-Core rev: b96700e2d788624248ef72d49da4296d6c58808e)
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.3.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb new file mode 100644 index 0000000000..3a890dfa50 --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.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] = "0cc8ff247d05010e87e9125b31d335ff" | ||
15 | SRC_URI[sha256sum] = "61c7e7dcad6ed8fce5f4bcc4a0f0d9a83c36642da404348388e6411d6f78d227" | ||
16 | S = "${WORKDIR}/bluez-hcidump-${PV}" | ||
17 | |||
18 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | ||
19 | |||
20 | inherit autotools | ||