summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb16
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb17
2 files changed, 17 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 29fe1325e..000000000
--- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Utilities for working with generic SCSI devices"
2HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
3SECTION = "console/admin"
4
5LICENSE = "GPLv2+ & BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
7
8PR = "r1"
9
10SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
11SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
12SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
13
14inherit autotools
15
16S = "${WORKDIR}/sg3_utils-${PV}"
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
new file mode 100644
index 000000000..beee36ce9
--- /dev/null
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Utilities for working with generic SCSI devices"
2
3DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set"
4
5HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
6SECTION = "console/admin"
7
8LICENSE = "GPLv2+ & BSD"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
10
11SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
12SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
13SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
14
15inherit autotools
16
17S = "${WORKDIR}/sg3_utils-${PV}"