summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-09-25 16:43:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-01 10:52:54 +0100
commit779d3a6c6080242468dff3fdd58d49218d7447a0 (patch)
treed478b8848449b09c88eef3ac15de78e18634b577 /meta
parent82c62c2279e0b3c2c4d1c9ffc4665fdf653cf4ef (diff)
downloadpoky-779d3a6c6080242468dff3fdd58d49218d7447a0.tar.gz
unzip: remove invalid UPSTREAM_CHECK_REGEX
After SRC_URI is changed to sourceforge, this UPSTREAM_CHECK_REGEX become invalid, just remove it. (From OE-Core rev: b5aec20d6139fb45501b383cd5cc2ef944cc6dd4) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index a07df8c319..1d22855e1c 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -38,9 +38,6 @@ UPSTREAM_VERSION_UNKNOWN = "1"
38 38
39SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" 39SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
40 40
41# exclude version 5.5.2 which triggers a false positive
42UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
43
44S = "${UNPACKDIR}/unzip60" 41S = "${UNPACKDIR}/unzip60"
45 42
46# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from 43# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from