diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 19:47:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 19:47:35 +0200 |
commit | e7d41e49305cafcb4cfb7b6af2940573cee4fb51 (patch) | |
tree | 760f68e089b2e05dd8d908007fb59866186764c2 /meta-oe/recipes-support/sg3-utils | |
parent | 8000c9ae5b324d68150eac6717e78c446cbee371 (diff) | |
download | meta-openembedded-e7d41e49305cafcb4cfb7b6af2940573cee4fb51.tar.gz |
sg3-utils: add 1.31
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils')
-rw-r--r-- | meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 000000000..cab94437f --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Utilities for working with generic SCSI devices" | ||
2 | HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" | ||
3 | SECTION = "console/admin" | ||
4 | |||
5 | LICENSE = "GPLv2+ && BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc" | ||
7 | |||
8 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" | ||
9 | RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5" | ||
10 | SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | S = "${WORKDIR}/sg3_utils-${PV}" | ||