blob: 6c3d8139838c30d9de1058f29039e3cb0787690e [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -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
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "GPL-2.0-or-later & BSD-2-Clause"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=f685699d3ac82f108aa880043fa3feb7"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
Andrew Geissler5082cc72023-09-11 08:41:39 -040011SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
13
14UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"
15
Andrew Geissler5082cc72023-09-11 08:41:39 -040016SRC_URI[sha256sum] = "d62b6c3cf20390fa7357044390084166d25f1d932a1135c450b69fe5c283d773"
Andrew Geissler82c905d2020-04-13 13:39:40 -050017
18inherit autotools-brokensep
19
20S = "${WORKDIR}/sg3_utils-${PV}"
21
Patrick Williams213cb262021-08-07 19:21:33 -050022RDEPENDS:${PN} += "bash"