summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zip/zip_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/zip/zip_3.0.bb')
-rw-r--r--meta/recipes-extended/zip/zip_3.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index 1e961101bc..383da4b89e 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -8,6 +8,9 @@ S = "${WORKDIR}/zip30"
8SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" 8SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37"
9SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" 9SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
10 10
11# exclude version 2.3.2 which triggers a false positive
12UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
13
11# zip.inc sets CFLAGS, but what Makefile actually uses is 14# zip.inc sets CFLAGS, but what Makefile actually uses is
12# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 15# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
13# whatever we set. 16# whatever we set.