diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-01 13:51:14 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-02 10:47:02 -0700 |
| commit | d3e33a705a0bf36fe2876ae59e1bfed0f52e27e1 (patch) | |
| tree | a3f71e62519cb0c36f5dcf2d5017af6e3f242b08 /meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb | |
| parent | 98e61961c8ff37dec0fb00631db6f483961e36b8 (diff) | |
| download | meta-openembedded-d3e33a705a0bf36fe2876ae59e1bfed0f52e27e1.tar.gz | |
zchunk: upgrade 1.1.5 -> 1.1.6
- Remove patches already in version
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb')
| -rw-r--r-- | meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.6.bb new file mode 100644 index 0000000000..e041132b1c --- /dev/null +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.6.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 = "f5593aa11584faa691c81b4898f0aaded47f8bf7" | ||
| 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" | ||
