summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb b/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb
new file mode 100644
index 0000000000..9ef380005c
--- /dev/null
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression"
2
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
5
6SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
7
8SRCREV = "69dd7d6764e333413dd12848607d72cab310e406"
9
10DEPENDS = "zstd"
11DEPENDS:append:libc-musl = " argp-standalone"
12
13inherit meson pkgconfig lib_package
14
15PACKAGECONFIG ??= "openssl zckdl"
16
17# zckdl gets packaged into zchunk-bin
18PACKAGECONFIG[zckdl] = "-Dwith-curl=enabled,-Dwith-curl=disabled,curl"
19# Use OpenSSL primitives for SHA
20PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl"
21
22BBCLASSEXTEND = "native nativesdk"