aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-25 15:41:25 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-25 11:00:43 -0700
commit4812d74accbfeeadb87a303e8fd1fc1eba8e2193 (patch)
treea65abaf736f6724b7a451da2923bd85ee0ac7c46 /meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
parentc41c8112b6e69cf5f716fd6816c1fdaa52e67e06 (diff)
downloadmeta-openembedded-4812d74accbfeeadb87a303e8fd1fc1eba8e2193.tar.gz
lsscsi: upgrade 0.31 -> 0.32
Changelog for released lsscsi-0.32 [20210505] [svn: r167] - improve NVMe device parsing (e.g. /dev/nvme0c1n2) - print nr_hw_queues when available for SCSI hosts - Remove blank line after NVMe device name with -HL - collect_disk_wwn_nodes: Fix WWN string copy - make WWN printing for NVMe more consistent with output from SCSI devices (e.g. with -u and -t) - logic to select best SCSI id (--scsi_id) to output - clean up warnings for gcc-10 - build with autoconf 2.70 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb')
-rw-r--r--meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
deleted file mode 100644
index 54faaa384b..0000000000
--- a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "The lsscsi command lists information about SCSI devices in Linux"
-HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html"
-LICENSE = "GPL-2.0-only"
-SECTION = "base"
-LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
-
-SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
-
-SRC_URI[md5sum] = "efb68946f51860e8eedc18d6784afdae"
-SRC_URI[sha256sum] = "12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca"
-
-inherit autotools
-
-S = "${WORKDIR}/lsscsi-${PV}"