blob: 9e6eb7b724433e2e011a0eba2062c4737e0f2030 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "The lsscsi command lists information about SCSI devices in Linux"
2HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004SECTION = "base"
5LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6
7SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
8
Patrick Williams03907ee2022-05-01 06:28:52 -05009SRC_URI[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11inherit autotools
12
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050013S = "${WORKDIR}/lsscsi-${PV}"