From b5aec20d6139fb45501b383cd5cc2ef944cc6dd4 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 25 Sep 2025 16:43:42 +0800 Subject: [PATCH] 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 --- meta/recipes-extended/unzip/unzip_6.0.bb | 3 --- 1 file changed, 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" 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 -- 2.47.3