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:
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "File transfer tool optimised for large files (curl port)"
|
||||
HOMEPAGE = "http://zsync.moria.org.uk/"
|
||||
DEPENDS = "curl"
|
||||
|
||||
LICENSE = "Artistic-2.0"
|
||||
LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c"
|
||||
|
||||
SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \
|
||||
file://fixes.patch \
|
||||
file://make.patch"
|
||||
SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f"
|
||||
|
||||
PV = "0.6.2+git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
AUTOTOOLS_SCRIPT_PATH = "${S}/src"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user