Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [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 = "GPLv2" |
| 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[md5sum] = "298a700cd50bb4be1382d618f7b038f4" |
| 10 | SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15" |
| 11 | |
| 12 | inherit autotools |
| 13 | |
| 14 | S = "${WORKDIR}/lsscsi-030r154" |