Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \ |
| 12 | file://glibc-2.28.patch \ |
| 13 | " |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 14 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz" |
| 17 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 18 | SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea" |
| 19 | SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 20 | |
| 21 | inherit autotools-brokensep |
| 22 | |
| 23 | S = "${WORKDIR}/sg3_utils-${PV}" |
| 24 | |
| 25 | RDEPENDS_${PN} += "bash" |