diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-02-16 08:26:03 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:49 +0100 |
commit | 0408ccd6f0cb5e3aa6802ec27c319587450fac1b (patch) | |
tree | 0e0c144840d38390fad197cc1b4212c850119d40 | |
parent | 80d76c66c7c7e000489c713146a8d7fedae7f483 (diff) | |
download | meta-openembedded-0408ccd6f0cb5e3aa6802ec27c319587450fac1b.tar.gz |
lssci: Add package
The lsscsi command lists information about SCSI devices in Linux
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 000000000..4b8cbaf09 --- /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 | ||