Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | require zip.inc |
| 2 | |
| 3 | PR="r2" |
| 4 | |
| 5 | # zip-2.32 still uses directory name of zip-2.30 |
| 6 | S = "${WORKDIR}/zip30" |
| 7 | |
| 8 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" |
| 9 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" |
| 10 | |
| 11 | # zip.inc sets CFLAGS, but what Makefile actually uses is |
| 12 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding |
| 13 | # whatever we set. |
| 14 | # |
| 15 | EXTRA_OEMAKE_append = " 'CFLAGS_NOOPT=-I. -DUNIX ${CFLAGS}'" |