xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/zchunk/zchunk_1.2.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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=daf6e68539f564601a5a5869c31e5242"
6
7SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
8
9SRCREV = "dd6a30a1e4e8b738b0cafc682f3c00e7706134e5"
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 pkgconfig
21
22BBCLASSEXTEND = "native nativesdk"
23