mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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>
22 lines
766 B
BlitzBasic
22 lines
766 B
BlitzBasic
SUMMARY = "Minizip Compression Library"
|
|
DESCRIPTION = "Minizip is a part of Zlib, which is a general-purpose, patent-free, lossless data compression \
|
|
library which is used by many different programs."
|
|
HOMEPAGE = "http://www.winimage.com/zLibDll/minizip.html"
|
|
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;subdir=${BP};striplevel=1"
|
|
UPSTREAM_CHECK_URI = "http://zlib.net/"
|
|
|
|
S .= "/contrib/minizip"
|
|
|
|
SRC_URI[md5sum] = "85adef240c5f370b308da8c938951a68"
|
|
SRC_URI[sha256sum] = "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066"
|
|
|
|
DEPENDS = "zlib"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|