Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_DBUS_FAST
bool "python-dbus-fast"
select BR2_PACKAGE_HOST_PYTHON_CYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
help
A faster version of dbus-next, a DBus library for Python with
asyncio support.
https://github.com/bluetooth-devices/dbus-fast

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/dbus-fast/json
md5 21e3675168e3dbe807c6c8a29267241f dbus_fast-1.84.0.tar.gz
sha256 d64f1b68c1c81268e846471caeb9264a9306a6c6ad356c30d5cdf7d1ecc251a1 dbus_fast-1.84.0.tar.gz
# Locally computed sha256 checksums
sha256 c37e9c75110e01d1f0c5360dc7d7776a30ac5f70d2440db214423e4b7a77a6af LICENSE

View File

@@ -0,0 +1,16 @@
################################################################################
#
# python-dbus-fast
#
################################################################################
PYTHON_DBUS_FAST_VERSION = 1.84.0
PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/81/67/a83522d6692a72911c3586e2fcd2363ce22d1522a7e17e1012f255a6083b
PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
PYTHON_DBUS_FAST_LICENSE = MIT
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
PYTHON_DBUS_FAST_DEPENDENCIES = host-python-cython
$(eval $(python-package))