aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/lsscsi
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-11 14:55:54 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-15 08:20:06 -0700
commit8df1a1b43e9ae7136d8d4a233f1fa0e4e984f1ef (patch)
tree884d95889b4219dcac524b049ead192cb7f08ecd /meta-oe/recipes-bsp/lsscsi
parentc978a626bdb3fbcf54bd96eb4ef29427795d0269 (diff)
downloadmeta-openembedded-8df1a1b43e9ae7136d8d4a233f1fa0e4e984f1ef.tar.gz
lsscsi: Upgrade to 0.30
rename folder to match recipe name Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/lsscsi')
-rw-r--r--meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
new file mode 100644
index 0000000000..af34cdc483
--- /dev/null
+++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
@@ -0,0 +1,14 @@
+SUMMARY = "The lsscsi command lists information about SCSI devices in Linux"
+HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html"
+LICENSE = "GPLv2"
+SECTION = "base"
+LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
+
+SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
+
+SRC_URI[md5sum] = "298a700cd50bb4be1382d618f7b038f4"
+SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15"
+
+inherit autotools
+
+S = "${WORKDIR}/lsscsi-030r154"