diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:01:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:01:13 +0000 |
commit | 207a208487daac74abb0ea919992e877b31a9025 (patch) | |
tree | 81b14b55125031c74960ec0f6f5eeead162530a2 /meta/packages | |
parent | 54b43200458d2c9eee4a7b5b28d6cc6eb6aa4160 (diff) | |
download | openembedded-core-207a208487daac74abb0ea919992e877b31a9025.tar.gz openembedded-core-207a208487daac74abb0ea919992e877b31a9025.tar.bz2 openembedded-core-207a208487daac74abb0ea919992e877b31a9025.zip |
bluez-hcidump: updated to 1.40
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2710 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/bluez/bluez-hcidump_1.38.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/bluez/bluez-hcidump_1.38.bb b/meta/packages/bluez/bluez-hcidump_1.38.bb deleted file mode 100644 index 877c8db33c..0000000000 --- a/meta/packages/bluez/bluez-hcidump_1.38.bb +++ /dev/null @@ -1,13 +0,0 @@ -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 |