- 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)
15 lines
480 B
BlitzBasic
15 lines
480 B
BlitzBasic
SUMMARY = "AttrDict is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes"
|
|
HOMEPAGE = "https://pypi.org/project/attrdict3/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b37be7e71ebfc92a94bfacf6b20a1cc"
|
|
|
|
DEPENDS = ""
|
|
|
|
SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513335fe8"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
RDEPENDS:${PN} += "python3-six"
|