From 51e410a84eaa9742ea8881435925a242fb5529cd Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 14 Apr 2025 16:27:14 +0800 Subject: lsscsi: revert to version 0.32 * This commit revert [da92fbe33b lsscsi: upgrade 0.32 -> 030] * The latest version is 0.32, and upstream URI has lsscsi-030.tgz and lsscsi-0.30.tgz for version 0.30 only, they have the same md5sum, since 030 sort higher than new version 0.32, make itself 030 the latest version. Add UPSTREAM_CHECK_REGEX to exclude lsscsi-0.30.tgz. This reverts commit da92fbe33b13c7453f34f214646c7f6d24aca4ef. Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb | 15 +++++++++++++++ meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb | 13 ------------- 2 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb delete mode 100644 meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb new file mode 100644 index 0000000000..127be8fbfa --- /dev/null +++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb @@ -0,0 +1,15 @@ +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[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1" + +inherit autotools + +S = "${WORKDIR}/lsscsi-${PV}" + +UPSTREAM_CHECK_REGEX = "lsscsi-(?P\d+(\.\d+)+)\.tgz" diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb deleted file mode 100644 index 63b94e9d6e..0000000000 --- a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb +++ /dev/null @@ -1,13 +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[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15" - -inherit autotools - -S = "${WORKDIR}/lsscsi-${PV}r154" -- cgit v1.2.3-54-g00ecf