diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:01:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:01:24 +0000 |
commit | 050902e8b14f32d722e0865c61a740fe1adedff7 (patch) | |
tree | 6c1e59497199e0528e1164e7da41d84e30d53079 | |
parent | 207a208487daac74abb0ea919992e877b31a9025 (diff) | |
download | poky-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
-rw-r--r-- | meta/packages/bluez/bluez-hcidump_1.40.bb | 12 |
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 @@ | |||
1 | DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." | ||
2 | SECTION = "console" | ||
3 | PRIORITY = "optional" | ||
4 | DEPENDS = "bluez-libs" | ||
5 | LICENSE = "GPL" | ||
6 | |||
7 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" | ||
8 | S = "${WORKDIR}/bluez-hcidump-${PV}" | ||
9 | |||
10 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | ||
11 | |||
12 | inherit autotools | ||