blob: c37c5e952ea9e4094fdc44c54ff5b6a468ef0b23 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
12 file://glibc-2.28.patch \
13"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"
17
Patrick Williamsddad1a12017-02-23 20:36:32 -060018SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea"
19SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020
21inherit autotools-brokensep
22
23S = "${WORKDIR}/sg3_utils-${PV}"
24
25RDEPENDS_${PN} += "bash"