- 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)
14 lines
388 B
BlitzBasic
14 lines
388 B
BlitzBasic
SUMMARY = "A small and simple INI-file parser module"
|
|
HOMEPAGE = "https://pypi.org/project/iniconfig/"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
|
|
|
SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"
|
|
|
|
DEPENDS += "python3-hatch-vcs-native"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|