Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [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] = "4a39e3b09cd422e2cae3edbaf56b3176" |
| 10 | SRC_URI[sha256sum] = "025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50" |
| 11 | |
| 12 | inherit autotools |