blob: f75412f49ee2147204164ce6a43b53ff62180807 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "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 = " \
8 git://github.com/zchunk/zchunk.git;protocol=https \
9 file://0001-zck.h-fix-build-on-musl.patch \
10 file://0002-unzck-fix-build-with-musl-libc.patch \
11 "
12
13SRCREV = "c01bf12feede792982f165f52f4a6c573e3a8c17"
14S = "${WORKDIR}/git"
15
16DEPENDS = "\
17 curl \
18 zstd \
19 "
20
21DEPENDS_append_libc-musl = " argp-standalone"
22LDFLAGS_append_libc-musl = " -largp"
23
24inherit meson
25
26BBCLASSEXTEND = "native nativesdk"