mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
lsscsi: revert to version 0.32
* This commit revert [da92fbe33blsscsi: 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 commitda92fbe33b. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+4
-2
@@ -6,8 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
|
||||
|
||||
SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15"
|
||||
SRC_URI[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/lsscsi-${PV}r154"
|
||||
S = "${WORKDIR}/lsscsi-${PV}"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "lsscsi-(?P<pver>\d+(\.\d+)+)\.tgz"
|
||||
Reference in New Issue
Block a user