- 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)
19 lines
511 B
BlitzBasic
19 lines
511 B
BlitzBasic
SUMMARY = "Easy VCS-based management of project version strings"
|
|
HOMEPAGE = "https://github.com/python-versioneer/python-versioneer"
|
|
SECTION = "devel/python"
|
|
|
|
LICENSE = "Unlicense"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f4c62131f879a8445e16a7f265aea635"
|
|
|
|
SRC_URI[sha256sum] = "5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-json \
|
|
python3-netclient \
|
|
python3-tomllib \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|