diff options
| -rw-r--r-- | meta-oe/recipes-core/minizip/minizip_1.3.1.bb | 9 |
1 files changed, 5 insertions, 4 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 index 56cd28c9ae..51a74d039b 100644 --- a/meta-oe/recipes-core/minizip/minizip_1.3.1.bb +++ b/meta-oe/recipes-core/minizip/minizip_1.3.1.bb | |||
| @@ -6,12 +6,13 @@ SECTION = "libs" | |||
| 6 | LICENSE = "Zlib" | 6 | LICENSE = "Zlib" |
| 7 | LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b303f40f75385e7" | 7 | LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b303f40f75385e7" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.gz" | 9 | GITHUB_BASE_URI ?= "https://github.com/madler/zlib/releases/" |
| 10 | UPSTREAM_CHECK_URI = "http://zlib.net/" | 10 | |
| 11 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/zlib-${PV}.tar.xz" | ||
| 11 | 12 | ||
| 12 | S = "${UNPACKDIR}/zlib-${PV}/contrib/minizip" | 13 | S = "${UNPACKDIR}/zlib-${PV}/contrib/minizip" |
| 13 | 14 | ||
| 14 | SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" | 15 | SRC_URI[sha256sum] = "38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32" |
| 15 | 16 | ||
| 16 | PACKAGECONFIG ??= "demos" | 17 | PACKAGECONFIG ??= "demos" |
| 17 | PACKAGECONFIG[demos] = "--enable-demos=yes,,," | 18 | PACKAGECONFIG[demos] = "--enable-demos=yes,,," |
| @@ -20,6 +21,6 @@ RCONFLICTS:${PN} += "minizip-ng" | |||
| 20 | 21 | ||
| 21 | DEPENDS = "zlib" | 22 | DEPENDS = "zlib" |
| 22 | 23 | ||
| 23 | inherit autotools | 24 | inherit autotools github-releases |
| 24 | 25 | ||
| 25 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
