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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_YATL
bool "python-yatl"
help
Yet Another Template Language.
https://github.com/web2py/yatl
+3
View File
@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/yatl/json
md5 2954413784ced7e52513ae12b2183c88 yatl-20210326.1.tar.gz
sha256 add729efdc2c9c06e0fcf640d97d4c500de611a38d5fdcc2ec12545d5ab14ca1 yatl-20210326.1.tar.gz
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-yatl
#
################################################################################
PYTHON_YATL_VERSION = 20210326.1
PYTHON_YATL_SOURCE = yatl-$(PYTHON_YATL_VERSION).tar.gz
PYTHON_YATL_SITE = https://files.pythonhosted.org/packages/9d/76/5906d641f452dc2ee56795e2152dafc1d212cd411d1cb893af29a7d06e33
PYTHON_YATL_SETUP_TYPE = setuptools
PYTHON_YATL_LICENSE = BSD-3-Clause
$(eval $(python-package))
$(eval $(host-python-package))