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 /meta | |
parent | 207a208487daac74abb0ea919992e877b31a9025 (diff) | |
download | openembedded-core-050902e8b14f32d722e0865c61a740fe1adedff7.tar.gz openembedded-core-050902e8b14f32d722e0865c61a740fe1adedff7.tar.bz2 openembedded-core-050902e8b14f32d722e0865c61a740fe1adedff7.zip |
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')
-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 @@ +DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." +SECTION = "console" +PRIORITY = "optional" +DEPENDS = "bluez-libs" +LICENSE = "GPL" + +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 |