mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
The tag is not on any branch. Add tag to SRC_URI. Changelog: https://github.com/zchunk/zchunk/compare/1.5.2...1.5.3 Changes: - update to 1.5.3 - rename internal close() functions to close_zck_component to avoid POSIX conflict on AIX Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
735 B
BlitzBasic
23 lines
735 B
BlitzBasic
DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression"
|
|
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
|
|
|
|
SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;nobranch=1;tag=${PV}"
|
|
|
|
SRCREV = "366cf22e725fc273abe0e082c707753cce76c453"
|
|
|
|
DEPENDS = "zstd"
|
|
DEPENDS:append:libc-musl = " argp-standalone"
|
|
|
|
inherit meson pkgconfig lib_package
|
|
|
|
PACKAGECONFIG ??= "openssl zckdl"
|
|
|
|
# zckdl gets packaged into zchunk-bin
|
|
PACKAGECONFIG[zckdl] = "-Dwith-curl=enabled,-Dwith-curl=disabled,curl"
|
|
# Use OpenSSL primitives for SHA
|
|
PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|