From c421dab7acfe0a5d753a6906521e7bf494e548eb Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 14 Sep 2021 08:01:55 +0800 Subject: zchunk: upgrade 1.1.9 -> 1.1.16 -License-Update: Copyright year updated to 2021. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb | 22 ++++++++++++++++++++++ meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb delete mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb new file mode 100644 index 0000000000..59a0dfff2f --- /dev/null +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" +AUTHOR = "Jonathan Dieter" + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" + +SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" + +SRCREV = "ff34ee911f7d78d66b97894a773276babd63144c" +S = "${WORKDIR}/git" + +DEPENDS = "\ + curl \ + zstd \ + " + +DEPENDS:append:libc-musl = " argp-standalone" +LDFLAGS:append:libc-musl = " -largp" + +inherit meson + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb deleted file mode 100644 index 9ac205afe2..0000000000 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" -AUTHOR = "Jonathan Dieter" - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f" - -SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https" - -SRCREV = "fe3e3af49fd30b68c21a9fcaac340ad8e7f91055" -S = "${WORKDIR}/git" - -DEPENDS = "\ - curl \ - zstd \ - " - -DEPENDS:append:libc-musl = " argp-standalone" -LDFLAGS:append:libc-musl = " -largp" - -inherit meson - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg