summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@siemens.com>2026-03-10 07:49:08 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:20 -0700
commit4f28b16eddbf31a06511669d4df0be42d4c874eb (patch)
tree4639c4d05c363a7d1efea66c189a567bddf9d038
parent43e38ada0ff976b3d504262e875e5a94749bb378 (diff)
downloadmeta-openembedded-4f28b16eddbf31a06511669d4df0be42d4c874eb.tar.gz
zchunk: upgrade 1.5.2 -> 1.5.3
The tag is not on any branch. Add tag to SRC_URI. Changelog: https://github.com/zchunk/zchunk/compare/1.5.2...1.5.3 Changes: - update to 1.5.3 - rename internal close() functions to close_zck_component to avoid POSIX conflict on AIX Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb (renamed from meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb b/meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb
index bbdd06dfda..fc5a55d192 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb
@@ -3,9 +3,9 @@ DESCRIPTION = "A file format designed for highly efficient deltas while maintain
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
5 5
6SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" 6SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;nobranch=1;tag=${PV}"
7 7
8SRCREV = "222d1a4da3661dd95c2445b96f7e1e208f55d219" 8SRCREV = "366cf22e725fc273abe0e082c707753cce76c453"
9 9
10DEPENDS = "zstd" 10DEPENDS = "zstd"
11DEPENDS:append:libc-musl = " argp-standalone" 11DEPENDS:append:libc-musl = " argp-standalone"