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