From 0c53b599465498fb80217e615241c49b40b70780 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sun, 7 Feb 2021 21:29:03 +0800 Subject: zchunk: upgrade 1.1.8 -> 1.1.9 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb | 22 ---------------------- meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb create mode 100644 meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb deleted file mode 100644 index ee2d8801ed..0000000000 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.8.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 = "5715157da35898a7cb3293b7a5394ba23715b5a4" -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 new file mode 100644 index 0000000000..ab7b71ef7e --- /dev/null +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.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 = "fe3e3af49fd30b68c21a9fcaac340ad8e7f91055" +S = "${WORKDIR}/git" + +DEPENDS = "\ + curl \ + zstd \ + " + +DEPENDS_append_libc-musl = " argp-standalone" +LDFLAGS_append_libc-musl = " -largp" + +inherit meson + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf