initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_AUTOMAT
bool "python-automat"
depends on BR2_PACKAGE_PYTHON3 # python-attrs
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Self-service finite-state machines for the programmer on the
go.
https://github.com/glyph/Automat
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/automat/json
md5 d6cef9886b037b8857bfbc686f3ae30a Automat-20.2.0.tar.gz
sha256 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 Automat-20.2.0.tar.gz
# Locally computed sha256 checksums
sha256 b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376 LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# python-automat
#
################################################################################
PYTHON_AUTOMAT_VERSION = 20.2.0
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/80/c5/82c63bad570f4ef745cc5c2f0713c8eddcd07153b4bee7f72a8dc9f9384b
PYTHON_AUTOMAT_SETUP_TYPE = setuptools
PYTHON_AUTOMAT_LICENSE = MIT
PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
PYTHON_AUTOMAT_DEPENDENCIES = host-python-m2r host-python-setuptools-scm
$(eval $(python-package))