diff options
| author | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:19:46 -0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-29 23:34:48 -0700 |
| commit | 53d4443aa0def06fa93f7811118dcd01c354531b (patch) | |
| tree | 1a5b2665779064b1cfd962dfe55410fe7693ef9f /meta-oe/recipes-core/minizip/minizip_1.3.1.bb | |
| parent | 17bb53eb757f3b876cf8933aeeae2d0e8999db36 (diff) | |
| download | meta-openembedded-53d4443aa0def06fa93f7811118dcd01c354531b.tar.gz | |
Revert "minizip: upgrade 1.3.1 -> 1.3.2"
This reverts commit 0aaec1940711c0ba9792a56071b32a2801dcf61e.
Diffstat (limited to 'meta-oe/recipes-core/minizip/minizip_1.3.1.bb')
| -rw-r--r-- | meta-oe/recipes-core/minizip/minizip_1.3.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/minizip/minizip_1.3.1.bb b/meta-oe/recipes-core/minizip/minizip_1.3.1.bb new file mode 100644 index 0000000000..51a74d039b --- /dev/null +++ b/meta-oe/recipes-core/minizip/minizip_1.3.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Minizip Compression Library" | ||
| 2 | DESCRIPTION = "Minizip is a general-purpose, patent-free, lossless data compression \ | ||
| 3 | library which is used by many different programs." | ||
| 4 | HOMEPAGE = "http://www.winimage.com/zLibDll/minizip.html" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "Zlib" | ||
| 7 | LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b303f40f75385e7" | ||
| 8 | |||
| 9 | GITHUB_BASE_URI ?= "https://github.com/madler/zlib/releases/" | ||
| 10 | |||
| 11 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/zlib-${PV}.tar.xz" | ||
| 12 | |||
| 13 | S = "${UNPACKDIR}/zlib-${PV}/contrib/minizip" | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "demos" | ||
| 18 | PACKAGECONFIG[demos] = "--enable-demos=yes,,," | ||
| 19 | |||
| 20 | RCONFLICTS:${PN} += "minizip-ng" | ||
| 21 | |||
| 22 | DEPENDS = "zlib" | ||
| 23 | |||
| 24 | inherit autotools github-releases | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
