- 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)
29 lines
783 B
BlitzBasic
29 lines
783 B
BlitzBasic
SUMMARY = "Python tool to parse, validate and convert spdx files"
|
|
HOMEPAGE = "https://github.com/spdx/tools-python"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7f21ccff0f672f2a7cd6f412ae627d"
|
|
|
|
SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9deb2a9"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
# Dependency required for pyspdxtools : python3-click
|
|
# Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply
|
|
RDEPENDS:${PN} += "\
|
|
python3-core \
|
|
python3-beartype \
|
|
python3-click \
|
|
python3-datetime \
|
|
python3-json \
|
|
python3-license-expression \
|
|
python3-ply \
|
|
python3-pyyaml \
|
|
python3-rdflib \
|
|
python3-semantic-version \
|
|
python3-uritools \
|
|
python3-xmltodict \
|
|
"
|