- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
24 lines
747 B
BlitzBasic
24 lines
747 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;branch=main"
|
|
|
|
SRCREV = "4dd91d31157ede4a1b092721d944ae2fdd161cd9"
|
|
S = "${WORKDIR}/git"
|
|
|
|
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"
|