- 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)
18 lines
414 B
BlitzBasic
18 lines
414 B
BlitzBasic
SUMMARY = "Brotli compression format"
|
|
HOMEPAGE = "https://pypi.org/project/Brotli/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
|
|
|
|
PYPI_PACKAGE = "Brotli"
|
|
|
|
SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-cffi \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|