sg3-utils: add 1.31
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 9 Jun 2011 17:47:24 +0000 (19:47 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:01 +0000 (08:13 -0800)
(From meta-openembedded rev: e7d41e49305cafcb4cfb7b6af2940573cee4fb51)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
new file mode 100644 (file)
index 0000000..cab9443
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "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"
+
+SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
+RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
+SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
+
+inherit autotools
+
+S = "${WORKDIR}/sg3_utils-${PV}"