summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/unzip')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index b386323780..7705794623 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -20,6 +20,10 @@ SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \
20 20
21SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" 21SRC_URI[md5sum] = "62b490407489521db863b523a7f86375"
22SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" 22SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
23
24# exclude version 5.5.2 which triggers a false positive
25UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
26
23S = "${WORKDIR}/unzip60" 27S = "${WORKDIR}/unzip60"
24 28
25# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from 29# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from