- 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
438 B
BlitzBasic
14 lines
438 B
BlitzBasic
SUMMARY = "GLib implementation of PEP 3156"
|
|
HOMEPAGE = "http://github.com/beeware/gbulb"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=edfe3d91d4b439ac8a8c23cebbf00501"
|
|
|
|
SRC_URI[sha256sum] = "da003c5b17d3a2ba15c7255bb174defaa0f6b77e8b23f229685eb2714ceaeeec"
|
|
|
|
PYPI_PACKAGE = "gbulb"
|
|
|
|
# python3-misc is needed for the signal module
|
|
RDEPENDS:${PN} = "python3-pygobject python3-asyncio python3-misc"
|
|
|
|
inherit pypi setuptools3
|