From 84e0dbe2996e957eba47b2ebb587b8feb316d95d Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Thu, 1 Sep 2016 02:56:50 -0400 Subject: sg3-utils: 1.41 -> 1.42 Upgrade sg3-utils from 1.41 to 1.42. Signed-off-by: Wang Xin Signed-off-by: Martin Jansa --- meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb | 20 -------------------- meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb create mode 100644 meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb deleted file mode 100644 index 61250fa216..0000000000 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Utilities for working with generic SCSI devices" - -DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set" - -HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" -SECTION = "console/admin" - -LICENSE = "GPLv2+ & BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" - -SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" - -SRC_URI[md5sum] = "86ebe3881535ee5c48f81be5be44b362" -SRC_URI[sha256sum] = "c4e2893c36df1ee5b07840ab7c22129544f5dc8a55f7cc8815c9cd8e44ec31c0" - -inherit autotools-brokensep - -S = "${WORKDIR}/sg3_utils-${PV}" - -RDEPENDS_${PN} += "bash" diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb new file mode 100644 index 0000000000..a11bd77a0d --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb @@ -0,0 +1,20 @@ +SUMMARY = "Utilities for working with generic SCSI devices" + +DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set" + +HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" +SECTION = "console/admin" + +LICENSE = "GPLv2+ & BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" + +SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" + +SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea" +SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3" + +inherit autotools-brokensep + +S = "${WORKDIR}/sg3_utils-${PV}" + +RDEPENDS_${PN} += "bash" -- cgit v1.2.3-54-g00ecf