]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez-hcidump: updated to 1.40
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 7 Sep 2007 09:01:24 +0000 (09:01 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 7 Sep 2007 09:01:24 +0000 (09:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2711 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/bluez/bluez-hcidump_1.40.bb [new file with mode: 0644]

diff --git a/meta/packages/bluez/bluez-hcidump_1.40.bb b/meta/packages/bluez/bluez-hcidump_1.40.bb
new file mode 100644 (file)
index 0000000..1757bd5
--- /dev/null
@@ -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