From: Changqing Li Date: Thu, 25 Sep 2025 08:43:42 +0000 (+0800) Subject: unzip: remove invalid UPSTREAM_CHECK_REGEX X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5aec20d6139fb45501b383cd5cc2ef944cc6dd4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git unzip: remove invalid UPSTREAM_CHECK_REGEX After SRC_URI is changed to sourceforge, this UPSTREAM_CHECK_REGEX become invalid, just remove it. Signed-off-by: Changqing Li Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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" SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" -# exclude version 5.5.2 which triggers a false positive -UPSTREAM_CHECK_REGEX = "unzip(?P(?!552).+)\.tgz" - S = "${UNPACKDIR}/unzip60" # Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from