diff options
-rw-r--r-- | meta-oe/recipes-extended/lssci/lsscsi_0.28.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/lssci/lsscsi_0.28.bb b/meta-oe/recipes-extended/lssci/lsscsi_0.28.bb new file mode 100644 index 0000000000..4b8cbaf099 --- /dev/null +++ b/meta-oe/recipes-extended/lssci/lsscsi_0.28.bb | |||
@@ -0,0 +1,12 @@ | |||
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 | ||