Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "The lsscsi command lists information about SCSI devices in Linux" |
2 | HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html" | ||||
3 | LICENSE = "GPL-2.0-only" | ||||
4 | SECTION = "base" | ||||
5 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||||
6 | |||||
7 | SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz" | ||||
8 | |||||
9 | SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15" | ||||
10 | |||||
11 | inherit autotools | ||||
12 | |||||
13 | S = "${WORKDIR}/lsscsi-${PV}r154" |