From 1100f87445d582eb9a87230cc8410a2af25f3348 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Oct 2023 07:53:01 +0800 Subject: zchunk: upgrade 1.3.1 -> 1.3.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit dddd4bc39ec9b86d37f4217f19f27d87eccfc5cb) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb | 23 ----------------------- meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb create mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb deleted file mode 100644 index 2961e449f1..0000000000 --- a/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" - -SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" - -SRCREV = "b462b1587f7d3aa782689430e83e96c737748f33" -S = "${WORKDIR}/git" - -DEPENDS = "zstd" -DEPENDS:append:libc-musl = " argp-standalone" - -inherit meson pkgconfig lib_package - -PACKAGECONFIG ??= "openssl zckdl" - -# zckdl gets packaged into zchunk-bin -PACKAGECONFIG[zckdl] = "-Dwith-curl=enabled,-Dwith-curl=disabled,curl" -# Use OpenSSL primitives for SHA -PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb b/meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb new file mode 100644 index 0000000000..27ebd63949 --- /dev/null +++ b/meta-oe/recipes-support/zchunk/zchunk_1.3.2.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" + +SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" + +SRCREV = "bdd6d6fc150d53d89658bebbfa73a7bfd9a89cb4" +S = "${WORKDIR}/git" + +DEPENDS = "zstd" +DEPENDS:append:libc-musl = " argp-standalone" + +inherit meson pkgconfig lib_package + +PACKAGECONFIG ??= "openssl zckdl" + +# zckdl gets packaged into zchunk-bin +PACKAGECONFIG[zckdl] = "-Dwith-curl=enabled,-Dwith-curl=disabled,curl" +# Use OpenSSL primitives for SHA +PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf