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,32 @@
|
||||
SUMMARY = "A simple, correct PEP517 package builder"
|
||||
HOMEPAGE = "https://github.com/pypa/build"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
|
||||
|
||||
SRC_URI[sha256sum] = "8eea65bb45b1aac2e734ba2cc8dad3a6d97d97901a395bd0ed3e7b46953d2a31"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
DEPENDS += "python3-pyproject-hooks-native"
|
||||
|
||||
DEPENDS:remove:class-native = "python3-build-native"
|
||||
|
||||
# Skip dependencies as we're doing a minimal build to bootstrap
|
||||
PEP517_BUILD_OPTS:class-native = "--skip-dependency-check"
|
||||
|
||||
do_compile:prepend:class-native() {
|
||||
export PYTHONPATH="${S}/src"
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-compression \
|
||||
python3-difflib \
|
||||
python3-ensurepip \
|
||||
python3-logging \
|
||||
python3-packaging \
|
||||
python3-pyproject-hooks \
|
||||
python3-tomllib \
|
||||
python3-venv \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user