- 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)
16 lines
416 B
BlitzBasic
16 lines
416 B
BlitzBasic
SUMMARY = "Easy progress reporting for Python"
|
|
HOMEPAGE = "http://github.com/verigak/progress/"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644"
|
|
|
|
SRC_URI[sha256sum] = "c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN}:class-target += " \
|
|
python3-datetime \
|
|
python3-math \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|