From ebc0de88535f8fa2d8f6fab3ccedde02108ff81d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 15:52:48 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../zchunk/{zchunk_1.1.16.bb => zchunk_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/zchunk/{zchunk_1.1.16.bb => zchunk_1.2.0.bb} (90%) diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb b/meta-oe/recipes-support/zchunk/zchunk_1.2.0.bb similarity index 90% rename from meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb rename to meta-oe/recipes-support/zchunk/zchunk_1.2.0.bb index c1b22886fb..0baea5032a 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.2.0.bb @@ -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 = "\