mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
zchunk: upgrade 1.1.16 -> 1.2.0
Release zchunk 1.2.0 with the following changes:
* Now builds for Windows
* Can set '--uncompressed' flag when creating zchunk files to also store
uncompressed digests
* 'zck_read_header' now indicates whether there's a dictionary and what flags
are enabled in the zchunk file
* Minimum meson version required to build zchunk is now 0.53
* Switched to use GitHub actions for automated testing
* Added the following automated test environments:
* 'centos-8-stream'
* 'centos-9-stream'
* 'ubuntu-lts'
* 'windows', both using Mamba and meson-wrap
* 'macos'
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0c62ee37b6
commit
ebc0de8853
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
|
|||
|
||||
SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "ff34ee911f7d78d66b97894a773276babd63144c"
|
||||
SRCREV = "dd6a30a1e4e8b738b0cafc682f3c00e7706134e5"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "\
|
||||
Loading…
Reference in New Issue
Block a user