]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
unzip: remove invalid UPSTREAM_CHECK_REGEX
authorChangqing Li <changqing.li@windriver.com>
Thu, 25 Sep 2025 08:43:42 +0000 (16:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 09:52:51 +0000 (10:52 +0100)
After SRC_URI is changed to sourceforge, this UPSTREAM_CHECK_REGEX
become invalid, just remove it.

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>
meta/recipes-extended/unzip/unzip_6.0.bb

index a07df8c319748f4f59c000f4bbbc0dfa2c8d0911..1d22855e1c1838b02b2bbe706db41714bfb0844d 100644 (file)
@@ -38,9 +38,6 @@ UPSTREAM_VERSION_UNKNOWN = "1"
 
 SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
 
-# exclude version 5.5.2 which triggers a false positive
-UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
-
 S = "${UNPACKDIR}/unzip60"
 
 # Makefile uses CF_NOOPT instead of CFLAGS.  We lifted the values from