blob: e041132b1c6200dec1e5a09c98432ca94f753b58 [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
Andrew Geissler89770b02020-06-13 10:40:47 -05007SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
Andrew Geissler89770b02020-06-13 10:40:47 -05009SRCREV = "f5593aa11584faa691c81b4898f0aaded47f8bf7"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010S = "${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"