bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184304 additions and 91106 deletions
-8
View File
@@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_FUNCTOOLS32
bool "python-functools32"
depends on BR2_PACKAGE_PYTHON
help
Backport of the functools module from Python 3.2.3 for use on
2.7 and PyPy.
https://github.com/MiCHiLU/python-functools32
@@ -1,4 +0,0 @@
# md5 from https://pypi.python.org/pypi/functools32/json, sha256 locally computed
md5 09f24ffd9af9f6cd0f63cb9f4e23d4b2 functools32-3.2.3-2.tar.gz
sha256 f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d functools32-3.2.3-2.tar.gz
sha256 3f9ea6b89abe1556b72aff67b987d64c8272564815cd6a2832e6c4f6abdfe3b1 LICENSE
@@ -1,14 +0,0 @@
################################################################################
#
# python-functools32
#
################################################################################
PYTHON_FUNCTOOLS32_VERSION = 3.2.3-2
PYTHON_FUNCTOOLS32_SOURCE = functools32-$(PYTHON_FUNCTOOLS32_VERSION).tar.gz
PYTHON_FUNCTOOLS32_SITE = https://pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db
PYTHON_FUNCTOOLS32_SETUP_TYPE = distutils
PYTHON_FUNCTOOLS32_LICENSE = Python-2.0
PYTHON_FUNCTOOLS32_LICENSE_FILES = LICENSE
$(eval $(python-package))