Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_HOST_PYTHON_INIPARSE
bool "host python-iniparse"
select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
help
iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves
structure of INI files (order of sections & options,
indentation, comments, and blank lines are preserved when
data is updated), and is more convenient to use.
https://pypi.python.org/pypi/iniparse

View File

@@ -1,5 +1,5 @@
# From https://pypi.org/project/iniparse/#copy-hash-modal-5fdd923b-0592-4d2d-8b49-03472f948290
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
sha256 932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842 iniparse-0.5.tar.gz
# sha256 locally computed

View File

@@ -12,3 +12,4 @@ PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
PYTHON_INIPARSE_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))