blob: 54faaa384b43eef04048158a6a6c093cf2c20f9c [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
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05009SRC_URI[md5sum] = "efb68946f51860e8eedc18d6784afdae"
10SRC_URI[sha256sum] = "12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
12inherit autotools
13
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050014S = "${WORKDIR}/lsscsi-${PV}"