diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-08-27 17:12:48 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:09 +0200 |
commit | a686b8f898c1f7c373e05f64e55e136bf85322c3 (patch) | |
tree | 4b0e5a5f4d93128d07c94626b5175129f037e9e7 /meta-oe/recipes-support/sg3-utils/sg3-utils_1.41.bb | |
parent | e7fea533c77e4b812d7056e6784d0b5b7bbfd826 (diff) | |
download | meta-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.bb | 20 |
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 @@ | |||
1 | SUMMARY = "Utilities for working with generic SCSI devices" | ||
2 | |||
3 | DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set" | ||
4 | |||
5 | HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" | ||
6 | SECTION = "console/admin" | ||
7 | |||
8 | LICENSE = "GPLv2+ & BSD" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" | ||
10 | |||
11 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" | ||
12 | |||
13 | SRC_URI[md5sum] = "86ebe3881535ee5c48f81be5be44b362" | ||
14 | SRC_URI[sha256sum] = "c4e2893c36df1ee5b07840ab7c22129544f5dc8a55f7cc8815c9cd8e44ec31c0" | ||
15 | |||
16 | inherit autotools-brokensep | ||
17 | |||
18 | S = "${WORKDIR}/sg3_utils-${PV}" | ||
19 | |||
20 | RDEPENDS_${PN} += "bash" | ||