sg3-utils: add newer buildable version
[openembedded.git] / recipes / sg3-utils / sg3-utils_1.42.bb
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 MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
13
14 UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"
15
16 SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea"
17 SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3"
18
19 inherit autotools
20
21 S = "${WORKDIR}/sg3_utils-${PV}"
22
23 RDEPENDS_${PN} += "bash"