summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.1.8.bb22
1 files changed, 22 insertions, 0 deletions
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 @@
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 = "5715157da35898a7cb3293b7a5394ba23715b5a4"
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"