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
-12
View File
@@ -1,12 +0,0 @@
config BR2_PACKAGE_PYTHON_ENUM34
bool "python-enum34"
depends on BR2_PACKAGE_PYTHON
help
Python 3.4 Enum backported to 2.x.
An enumeration is a set of symbolic names (members) bound to
unique, constant values. Within an enumeration, the members
can be compared by identity, and the enumeration itself can
be iterated over.
https://pypi.python.org/pypi/enum34
-5
View File
@@ -1,5 +0,0 @@
# md5 from https://pypi.python.org/pypi/enum34/json
md5 b5ac0bb5ea9e830029599e410d09d3b5 enum34-1.1.10.tar.gz
# Locally computed
sha256 cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248 enum34-1.1.10.tar.gz
sha256 88ec6a6c8eafa3b9757e745783938bef3f5e4d5e3c76b1db576aa3ab520e5e1d enum/LICENSE
-15
View File
@@ -1,15 +0,0 @@
################################################################################
#
# python-enum34
#
################################################################################
PYTHON_ENUM34_VERSION = 1.1.10
PYTHON_ENUM34_SOURCE = enum34-$(PYTHON_ENUM34_VERSION).tar.gz
PYTHON_ENUM34_SITE = https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c
PYTHON_ENUM34_SETUP_TYPE = setuptools
PYTHON_ENUM34_LICENSE = BSD-3-Clause
PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
$(eval $(python-package))
$(eval $(host-python-package))