diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:00:45 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:00:45 +0000 |
commit | 54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160 (patch) | |
tree | 66866f372d339bb0ba16e097e2bf68ae254e5ded | |
parent | 94346b04b8ddf4b7c18d7143474f714ab4f9ddf1 (diff) | |
download | poky-54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160.tar.gz |
bluez-hcidump: updated to 1.38
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2709 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/bluez/bluez-hcidump_1.38.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/bluez/bluez-hcidump_1.38.bb b/meta/packages/bluez/bluez-hcidump_1.38.bb new file mode 100644 index 0000000000..877c8db33c --- /dev/null +++ b/meta/packages/bluez/bluez-hcidump_1.38.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." | ||
2 | SECTION = "console" | ||
3 | PRIORITY = "optional" | ||
4 | DEPENDS = "bluez-libs" | ||
5 | LICENSE = "GPL" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" | ||
9 | S = "${WORKDIR}/bluez-hcidump-${PV}" | ||
10 | |||
11 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | ||
12 | |||
13 | inherit autotools | ||