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,18 @@
|
||||
SUMMARY = "A lil' TOML parser"
|
||||
DESCRIPTION = "Tomli is a Python library for parsing TOML. Tomli is fully \
|
||||
compatible with TOML v1.0.0."
|
||||
HOMEPAGE = "https://github.com/hukkin/tomli"
|
||||
BUGTRACKER = "https://github.com/hukkin/tomli/issues"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
SRC_URI[sha256sum] = "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-datetime \
|
||||
python3-stringold \
|
||||
"
|
||||
Reference in New Issue
Block a user