From 42c940b9d8eccf621afbec2548b670aa5b00d8f2 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Tue, 19 Apr 2011 15:57:41 +0800 Subject: bluez-hcidump: upgrade to version 2.0 (From OE-Core rev: 8d83a6d3cba92c8178ab28a7ec4971afb062eef4) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- .../bluez/bluez-hcidump_1.42.bb | 21 --------------------- .../recipes-connectivity/bluez/bluez-hcidump_2.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb create mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb (limited to 'meta/recipes-connectivity/bluez') diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb deleted file mode 100644 index 7291548737..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." -DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ -and displays the commands, events and data in a human-readable form." - -SECTION = "console" -PRIORITY = "optional" -DEPENDS = "bluez4" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ - file://src/hcidump.c;beginline=1;endline=23;md5=22f51010959a0cd483c4d7f0bd77aaa3" -PR = "r0" - -SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" - -SRC_URI[md5sum] = "5704737aaf72104eeaf77335218a1827" -SRC_URI[sha256sum] = "689e39f9432ab90af5f390d86cb46e06c35693d01ea29aec4e41c4f9e315f49f" -S = "${WORKDIR}/bluez-hcidump-${PV}" - -EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" - -inherit autotools diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb new file mode 100644 index 0000000000..67dd2c6a8d --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." +DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ +and displays the commands, events and data in a human-readable form." + +SECTION = "console" +PRIORITY = "optional" +DEPENDS = "bluez4" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ + file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" +PR = "r0" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz" + +SRC_URI[md5sum] = "5c2e3ef0a68b2845047867ba51ff8ac9" +SRC_URI[sha256sum] = "b3b64fd0b18301df07d3aaf34c037c1e4808b4aaf702294822d62b5424f617fd" +S = "${WORKDIR}/bluez-hcidump-${PV}" + +EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" + +inherit autotools -- cgit v1.2.3-54-g00ecf