[oe] FW: [PATCH] new recipe - bluez-hcidump_2.1.bb, to build new version of bluez-hcidump-2.1 that compatible with bluez4_4.95.

Preskovsky, Vita vitap at ti.com
Sun Nov 13 07:53:58 UTC 2011


Ping to: [PATCH] new recipe - bluez-hcidump_2.1.bb, to build new version of bluez-hcidump-2.1 that compatible with bluez4_4.95.

Regards,
Vita Preskovsky

-----Original Message-----
From: Vita Preskovsky [mailto:vita.preskovsky at gmail.com] 
Sent: Thursday, November 03, 2011 11:50 AM
To: openembedded-devel at lists.openembedded.org
Cc: Preskovsky, Vita
Subject: [PATCH] new recipe - bluez-hcidump_2.1.bb, to build new version of bluez-hcidump-2.1 that compatible with bluez4_4.95.

---
 recipes/bluez/bluez-hcidump_2.1.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/bluez/bluez-hcidump_2.1.bb

diff --git a/recipes/bluez/bluez-hcidump_2.1.bb b/recipes/bluez/bluez-hcidump_2.1.bb
new file mode 100644
index 0000000..2e1389c
--- /dev/null
+++ b/recipes/bluez/bluez-hcidump_2.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
+SECTION = "console"
+PRIORITY = "optional"
+DEPENDS = "bluez-libs"
+LICENSE = "GPLv2"
+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
+
+SRC_URI[md5sum] = "b160f0672276398344eebe9df1b37a2c"
+SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list