mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
minizip: Update to match S/UNPACKDIR changes
Extract the source to expected location and append minizip's subdir to S. This supports the S/UNPACKDIR changes done in oe-core/whinlatter and keeps backwards compatibility with older yocto versions. Pick-to: 6.10 6.9 6.8 Change-Id: I10942cc8ca337b321bf80f06661ab83cb4b20c35 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
8c8ec98428
commit
3767a12b99
|
|
@ -6,10 +6,10 @@ SECTION = "libs"
|
|||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b303f40f75385e7"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.xz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.xz;subdir=${BP};striplevel=1"
|
||||
UPSTREAM_CHECK_URI = "http://zlib.net/"
|
||||
|
||||
S = "${WORKDIR}/zlib-${PV}/contrib/minizip"
|
||||
S .= "/contrib/minizip"
|
||||
|
||||
SRC_URI[md5sum] = "85adef240c5f370b308da8c938951a68"
|
||||
SRC_URI[sha256sum] = "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user