summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-01 13:51:14 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-02 10:47:02 -0700
commitd3e33a705a0bf36fe2876ae59e1bfed0f52e27e1 (patch)
treea3f71e62519cb0c36f5dcf2d5017af6e3f242b08 /meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb
parent98e61961c8ff37dec0fb00631db6f483961e36b8 (diff)
downloadmeta-openembedded-d3e33a705a0bf36fe2876ae59e1bfed0f52e27e1.tar.gz
zchunk: upgrade 1.1.5 -> 1.1.6
- Remove patches already in version Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb
new file mode 100644
index 0000000000..e041132b1c
--- /dev/null
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression"
2AUTHOR = "Jonathan Dieter"
3
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f"
6
7SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https"
8
9SRCREV = "f5593aa11584faa691c81b4898f0aaded47f8bf7"
10S = "${WORKDIR}/git"
11
12DEPENDS = "\
13 curl \
14 zstd \
15 "
16
17DEPENDS_append_libc-musl = " argp-standalone"
18LDFLAGS_append_libc-musl = " -largp"
19
20inherit meson
21
22BBCLASSEXTEND = "native nativesdk"