Bump Buildroot to 2021.02-rc3 (#1260)

* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
Stefan Agner
2021-03-04 00:50:33 +01:00
committed by GitHub
parent b77d633382
commit f358f322da
2130 changed files with 23612 additions and 21038 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_BLEAK
bool "python-bleak"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_TXDBUS # runtime
help
Bluetooth Low Energy platform Agnostic Klient.
https://github.com/hbldh/bleak

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/bleak/json
md5 e891b33804b69f0247eb770ca27fa0d5 bleak-0.10.0.tar.gz
sha256 5c3a873965f2910865895e572e7a4f10533d6e150e6ba17936397426bf8d1eee bleak-0.10.0.tar.gz
# Locally computed sha256 checksums
sha256 c4029a2b63b3824ab68be841f414addbdde20cb79cdbe272fa80c0b2abe65374 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-bleak
#
################################################################################
PYTHON_BLEAK_VERSION = 0.10.0
PYTHON_BLEAK_SOURCE = bleak-$(PYTHON_BLEAK_VERSION).tar.gz
PYTHON_BLEAK_SITE = https://files.pythonhosted.org/packages/80/37/c8c88709e4f1ca4636bf11c96d1ec046d7426cd02670ae80a3542280558b
PYTHON_BLEAK_SETUP_TYPE = setuptools
PYTHON_BLEAK_LICENSE = MIT
PYTHON_BLEAK_LICENSE_FILES = LICENSE
$(eval $(python-package))