bluez-hcidump: add 1.37, that actually builds against a recent bluez-libs
authorKoen Kooi <koen@openembedded.org>
Mon, 25 Jun 2007 20:47:24 +0000 (20:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 25 Jun 2007 20:47:24 +0000 (20:47 +0000)
packages/bluez/bluez-hcidump_1.37.bb [new file with mode: 0644]

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