summaryrefslogtreecommitdiffstats
path: root/meta/packages/bluez
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 09:01:24 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 09:01:24 +0000
commit050902e8b14f32d722e0865c61a740fe1adedff7 (patch)
tree6c1e59497199e0528e1164e7da41d84e30d53079 /meta/packages/bluez
parent207a208487daac74abb0ea919992e877b31a9025 (diff)
downloadpoky-050902e8b14f32d722e0865c61a740fe1adedff7.tar.gz
bluez-hcidump: updated to 1.40
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2711 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/bluez')
-rw-r--r--meta/packages/bluez/bluez-hcidump_1.40.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/bluez/bluez-hcidump_1.40.bb b/meta/packages/bluez/bluez-hcidump_1.40.bb
new file mode 100644
index 0000000000..1757bd5d01
--- /dev/null
+++ b/meta/packages/bluez/bluez-hcidump_1.40.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
2SECTION = "console"
3PRIORITY = "optional"
4DEPENDS = "bluez-libs"
5LICENSE = "GPL"
6
7SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
8S = "${WORKDIR}/bluez-hcidump-${PV}"
9
10EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
11
12inherit autotools