Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-typing-extensions
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TYPING_EXTENSIONS_VERSION = 3.7.4.3
|
||||
PYTHON_TYPING_EXTENSIONS_SOURCE = typing_extensions-$(PYTHON_TYPING_EXTENSIONS_VERSION).tar.gz
|
||||
PYTHON_TYPING_EXTENSIONS_SITE = https://files.pythonhosted.org/packages/16/06/0f7367eafb692f73158e5c5cbca1aec798cdf78be5167f6415dd4205fa32
|
||||
PYTHON_TYPING_EXTENSIONS_SETUP_TYPE = setuptools
|
||||
PYTHON_TYPING_EXTENSIONS_LICENSE = Python-2.0
|
||||
PYTHON_TYPING_EXTENSIONS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user