aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2014-04-09 13:58:32 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:31:43 +0200
commit98559895a5c1da6652f102b45b7e68828f9359f0 (patch)
treed5992cc998f38c8adcb479e6fc3403e4a9524197 /meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
parent4b6aceef8426f215c82a140179ef3707845ca0bb (diff)
downloadmeta-openembedded-contrib-98559895a5c1da6652f102b45b7e68828f9359f0.tar.gz
sg3-utils: update to 1.38
Update sg3-utils to version 1.38. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
deleted file mode 100644
index 29fe1325eb..0000000000
--- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Utilities for working with generic SCSI devices"
-HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
-SECTION = "console/admin"
-
-LICENSE = "GPLv2+ & BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
-
-PR = "r1"
-
-SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
-SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
-SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
-
-inherit autotools
-
-S = "${WORKDIR}/sg3_utils-${PV}"