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
+17
View File
@@ -0,0 +1,17 @@
################################################################################
#
# python3-six
#
################################################################################
# Please keep in sync with package/python-six/python-six.mk
PYTHON3_SIX_VERSION = 1.16.0
PYTHON3_SIX_SOURCE = six-$(PYTHON3_SIX_VERSION).tar.gz
PYTHON3_SIX_SITE = https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e
PYTHON3_SIX_SETUP_TYPE = setuptools
PYTHON3_SIX_LICENSE = MIT
PYTHON3_SIX_LICENSE_FILES = LICENSE
HOST_PYTHON3_SIX_DL_SUBDIR = python-six
HOST_PYTHON3_SIX_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))