From d894fea9a77bc28a9b91a35b9da2a3eaacde70b2 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 18 Dec 2020 16:10:07 +0800 Subject: zchunk: upgrade 1.1.7 -> 1.1.8 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-support/zchunk/zchunk_1.1.7.bb | 22 ---------------------- meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.7.bb create mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.7.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.7.bb deleted file mode 100644 index df75a6e81c..0000000000 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.7.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 = "45720028e69f09d1bec3c6a2af802ae2b06feb6e" -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.8.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb new file mode 100644 index 0000000000..ee2d8801ed --- /dev/null +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.8.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=cd6e590282010ce90a94ef25dd31410f" + +SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https" + +SRCREV = "5715157da35898a7cb3293b7a5394ba23715b5a4" +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