blob: 9ac205afe2b6dcb9d9b4a1e2a5b0b8d47376e4e6 [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 Geisslerac970dd2021-02-12 15:32:45 -06009SRCREV = "fe3e3af49fd30b68c21a9fcaac340ad8e7f91055"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010S = "${WORKDIR}/git"
11
12DEPENDS = "\
13 curl \
14 zstd \
15 "
16
Patrick Williams213cb262021-08-07 19:21:33 -050017DEPENDS:append:libc-musl = " argp-standalone"
18LDFLAGS:append:libc-musl = " -largp"
Andrew Geissler82c905d2020-04-13 13:39:40 -050019
20inherit meson
21
22BBCLASSEXTEND = "native nativesdk"