From a3c689963924d3637414b062038ea9c9adffb6f2 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sun, 22 Jan 2012 15:11:59 +0800 Subject: bluez-hcidump: upgrade to 2.2 (From OE-Core rev: cfa2e9ef3f52f8956d05c2b12ca9984fc08ef238) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb | 20 -------------------- meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb create mode 100644 meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb deleted file mode 100644 index ce84f5862f..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb +++ /dev/null @@ -1,20 +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" -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] = "b160f0672276398344eebe9df1b37a2c" -SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d" -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.2.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb new file mode 100644 index 0000000000..ba2d7decc6 --- /dev/null +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb @@ -0,0 +1,20 @@ +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" +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] = "3c298a8be67099fe227f3e4d9de539d5" +SRC_URI[sha256sum] = "073066d3ec1f7d1c52bb0fe27cde84ea273e1ab3097b27fa1fd45a5992e1a441" +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