blob: 1aa65e6cc455b346d63b7144478b07639b51ed07 [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
11SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050012 file://0001-sg_dd.c-Use-off_t-instead-of-uint.patch"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"
14
15UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"
16
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050017SRC_URI[sha256sum] = "8673c7faca849b6b34764332d2aa91f72db05bff7382bb836d0688795199c3e1"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018
19inherit autotools-brokensep
20
21S = "${WORKDIR}/sg3_utils-${PV}"
22
Patrick Williams213cb262021-08-07 19:21:33 -050023RDEPENDS:${PN} += "bash"