Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Interface definitions for Zope products"
|
||||
LICENSE = "ZPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
|
||||
|
||||
PYPI_PACKAGE = "zope.interface"
|
||||
|
||||
inherit pypi setuptools3
|
||||
SRC_URI[sha256sum] = "f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a"
|
||||
|
||||
PACKAGES =. "${PN}-test "
|
||||
|
||||
RPROVIDES:${PN} += "zope-interfaces"
|
||||
|
||||
RDEPENDS:${PN}:class-target += "python3-datetime"
|
||||
RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
|
||||
|
||||
FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
|
||||
FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
|
||||
FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
|
||||
FILES:${PN}-test += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
|
||||
${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
|
||||
"
|
||||
Reference in New Issue
Block a user