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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_INTELHEX
bool "python-intelhex"
help
Python library for Intel HEX files manipulations.
https://github.com/python-intelhex/intelhex
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/intelhex/json
md5 9de0e92c1b66f75322581c8b22c020c2 intelhex-2.3.0.tar.gz
sha256 892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093 intelhex-2.3.0.tar.gz
# Locally computed sha256 checksums
sha256 1b2eb032ab8a1b0266f7995c76e44509f89ca9c0e90ec507763b5e735aca7de4 LICENSE.txt
@@ -0,0 +1,14 @@
################################################################################
#
# python-intelhex
#
################################################################################
PYTHON_INTELHEX_VERSION = 2.3.0
PYTHON_INTELHEX_SOURCE = intelhex-$(PYTHON_INTELHEX_VERSION).tar.gz
PYTHON_INTELHEX_SITE = https://files.pythonhosted.org/packages/66/37/1e7522494557d342a24cb236e2aec5d078fac8ed03ad4b61372586406b01
PYTHON_INTELHEX_SETUP_TYPE = setuptools
PYTHON_INTELHEX_LICENSE = BSD-3-Clause
PYTHON_INTELHEX_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))