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 /meta/packages/bluez | |
parent | 94346b04b8ddf4b7c18d7143474f714ab4f9ddf1 (diff) | |
download | openembedded-core-54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160.tar.gz openembedded-core-54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160.tar.bz2 openembedded-core-54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160.tar.xz openembedded-core-54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160.zip |
bluez-hcidump: updated to 1.38
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2709 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/bluez')
-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 000000000..877c8db33 --- /dev/null +++ b/meta/packages/bluez/bluez-hcidump_1.38.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." +SECTION = "console" +PRIORITY = "optional" +DEPENDS = "bluez-libs" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" +S = "${WORKDIR}/bluez-hcidump-${PV}" + +EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" + +inherit autotools |