aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2021-02-07 21:29:03 +0800
committerKhem Raj <raj.khem@gmail.com>2021-02-06 21:52:33 -0800
commit0c53b599465498fb80217e615241c49b40b70780 (patch)
tree78b9f1c774b46d58bb02caacfda583c33443e45f /meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb
parentc8ca4f12f8d777a7c42e3997257ead2ed4c13efe (diff)
downloadmeta-openembedded-0c53b599465498fb80217e615241c49b40b70780.tar.gz
zchunk: upgrade 1.1.8 -> 1.1.9
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb22
1 files changed, 22 insertions, 0 deletions
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"