- 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)
27 lines
680 B
BlitzBasic
27 lines
680 B
BlitzBasic
DESCRIPTION = "Bluetooth Python extension module"
|
|
HOMEPAGE = "https://pybluez.github.io/"
|
|
SECTION = "devel/python"
|
|
|
|
DEPENDS = "bluez5"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
|
|
|
|
SRC_URI += "file://0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch \
|
|
file://py-3.11.patch "
|
|
SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
|
|
SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
|
|
|
|
PYPI_PACKAGE = "PyBluez"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
do_configure:prepend() {
|
|
sed -i -e "/use_2to3=True,/d" ${S}/setup.py
|
|
}
|
|
|
|
RDEPENDS:${PN} += "\
|
|
bluez5 \
|
|
python3-fcntl \
|
|
"
|