From c0de3223bed81f9c0d2c5e11931091b72357957f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Dec 2023 16:41:09 +0800 Subject: [PATCH] zchunk: upgrade 1.3.2 -> 1.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/zchunk/{zchunk_1.3.2.bb => zchunk_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/zchunk/{zchunk_1.3.2.bb => zchunk_1.4.0.bb} (93%) diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb b/meta-oe/recipes-support/zchunk/zchunk_1.4.0.bb similarity index 93% rename from meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb rename to meta-oe/recipes-support/zchunk/zchunk_1.4.0.bb index 27ebd63949..0c8a9c7a5f 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.4.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" -SRCREV = "bdd6d6fc150d53d89658bebbfa73a7bfd9a89cb4" +SRCREV = "4dd91d31157ede4a1b092721d944ae2fdd161cd9" S = "${WORKDIR}/git" DEPENDS = "zstd"