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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIORWLOCK
bool "python-aiorwlock"
depends on BR2_PACKAGE_PYTHON3
help
Read write lock for asyncio.
https://github.com/aio-libs/aiorwlock
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiorwlock/json
md5 066260ea2c6798f6e18258d4430031bb aiorwlock-1.1.0.tar.gz
sha256 2aaf1d1cc995abfd5b2f07ca0e9b5c23bd369517c75495a347eb5896bc307f29 aiorwlock-1.1.0.tar.gz
# Locally computed sha256 checksums
sha256 fa99ee9d7727194a9f8994c67d1948dc42e8e00ab809fd4a47acfae119d11403 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-aiorwlock
#
################################################################################
PYTHON_AIORWLOCK_VERSION = 1.1.0
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/ca/e5/3221d49edb432024f6b1b7e9e36cad6363601973375667477f2130d5da7d
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE
$(eval $(python-package))