- 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)
23 lines
553 B
BlitzBasic
23 lines
553 B
BlitzBasic
DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
|
|
HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
|
|
|
|
SRC_URI[sha256sum] = "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc"
|
|
|
|
PYPI_PACKAGE = "diskcache"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-json \
|
|
python3-pickle \
|
|
python3-sqlite3 \
|
|
python3-core \
|
|
python3-io \
|
|
python3-compression \
|
|
python3-threading \
|
|
"
|
|
|
|
CLEANBROKEN = "1"
|