summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-08-27 17:12:48 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:17:09 +0200
commita686b8f898c1f7c373e05f64e55e136bf85322c3 (patch)
tree4b0e5a5f4d93128d07c94626b5175129f037e9e7 /meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb
parente7fea533c77e4b812d7056e6784d0b5b7bbfd826 (diff)
downloadmeta-openembedded-a686b8f898c1f7c373e05f64e55e136bf85322c3.tar.gz
sg3-utils: upgrade to 1.41
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb20
1 files changed, 20 insertions, 0 deletions
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
new file mode 100644
index 000000000..61250fa21
--- /dev/null
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb
@@ -0,0 +1,20 @@
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"
12
13SRC_URI[md5sum] = "86ebe3881535ee5c48f81be5be44b362"
14SRC_URI[sha256sum] = "c4e2893c36df1ee5b07840ab7c22129544f5dc8a55f7cc8815c9cd8e44ec31c0"
15
16inherit autotools-brokensep
17
18S = "${WORKDIR}/sg3_utils-${PV}"
19
20RDEPENDS_${PN} += "bash"