mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
(From OE-Core rev: 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
557 B
BlitzBasic
19 lines
557 B
BlitzBasic
require zip.inc
|
|
|
|
PR="r2"
|
|
|
|
# zip-2.32 still uses directory name of zip-2.30
|
|
S = "${WORKDIR}/zip30"
|
|
|
|
SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37"
|
|
SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
|
|
|
|
# exclude version 2.3.2 which triggers a false positive
|
|
UPSTREAM_CHECK_REGEX = "^zip(?P<pver>(?!232).+)\.tgz"
|
|
|
|
# zip.inc sets CFLAGS, but what Makefile actually uses is
|
|
# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
|
|
# whatever we set.
|
|
#
|
|
EXTRA_OEMAKE_append = " 'CFLAGS_NOOPT=-I. -DUNIX ${CFLAGS}'"
|