Add bluez-hcidump. Patch courtesy Simon Vogl - thanks.
authorMichael Lauer <mickey@vanille-media.de>
Tue, 12 Jul 2005 10:49:40 +0000 (10:49 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 12 Jul 2005 10:49:40 +0000 (10:49 +0000)
packages/bluez-hcidump/.mtn2git_empty [new file with mode: 0644]
packages/bluez-hcidump/bluez-hcidump_1.23.bb [new file with mode: 0644]

diff --git a/packages/bluez-hcidump/.mtn2git_empty b/packages/bluez-hcidump/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/bluez-hcidump/bluez-hcidump_1.23.bb b/packages/bluez-hcidump/bluez-hcidump_1.23.bb
new file mode 100644 (file)
index 0000000..0cbc0fd
--- /dev/null
@@ -0,0 +1,15 @@
+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
+
+