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_PYCPARSER
bool "python-pycparser"
help
C parser in Python
https://github.com/eliben/pycparser
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pycparser/json
md5 b8f88de737db8c346ee8d31c07c7a25a pycparser-2.20.tar.gz
sha256 2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 pycparser-2.20.tar.gz
# Locally computed sha256 checksums
sha256 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168 LICENSE
@@ -0,0 +1,16 @@
################################################################################
#
# python-pycparser
#
################################################################################
# Please keep in sync with package/python3-pycparser/python3-pycparser.mk
PYTHON_PYCPARSER_VERSION = 2.20
PYTHON_PYCPARSER_SOURCE = pycparser-$(PYTHON_PYCPARSER_VERSION).tar.gz
PYTHON_PYCPARSER_SITE = https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd
PYTHON_PYCPARSER_SETUP_TYPE = setuptools
PYTHON_PYCPARSER_LICENSE = BSD-3-Clause
PYTHON_PYCPARSER_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))