diff options
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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" | ||
| 2 | AUTHOR = "Jonathan Dieter" | ||
| 3 | |||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https" | ||
| 8 | |||
| 9 | SRCREV = "5715157da35898a7cb3293b7a5394ba23715b5a4" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | DEPENDS = "\ | ||
| 13 | curl \ | ||
| 14 | zstd \ | ||
| 15 | " | ||
| 16 | |||
| 17 | DEPENDS_append_libc-musl = " argp-standalone" | ||
| 18 | LDFLAGS_append_libc-musl = " -largp" | ||
| 19 | |||
| 20 | inherit meson | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
