Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
30
sources/meta-rauc/recipes-casync/casync/casync_git.bb
Normal file
30
sources/meta-rauc/recipes-casync/casync/casync_git.bb
Normal file
@@ -0,0 +1,30 @@
|
||||
SUMMARY = "Content-Addressable Data Synchronization Tool"
|
||||
HOMEPAGE = "https://github.com/systemd/casync"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "xz curl openssl acl zstd"
|
||||
|
||||
SRCREV = "0efa7abffe5fffbde8c457d3c8fafbdde0bb6e4f"
|
||||
PV = "2+git${SRCPV}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/systemd/casync.git;protocol=https;branch=main \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON += "-Dselinux=false -Dman=false -Dudevrulesdir=${nonarch_base_libdir}/udev/rules.d/"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGECONFIG:class-native = ""
|
||||
PACKAGECONFIG:class-nativesdk = ""
|
||||
PACKAGECONFIG ?= "fuse udev"
|
||||
|
||||
PACKAGECONFIG[fuse] = "-Dfuse=true,-Dfuse=false,fuse"
|
||||
PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,udev"
|
||||
|
||||
FILES:${PN} += "${datadir}/bash-completion"
|
||||
Reference in New Issue
Block a user