Update to buildroot 2023.08.2, updated nwipe to v0.35, added ChromeOS and Microsoft Surface drivers, fibre channel drivers.

This commit is contained in:
PartialVolume
2023-11-08 19:10:58 +00:00
parent a8a8be2f23
commit 9e8d671b7c
1798 changed files with 36091 additions and 18209 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fonttools/json
md5 f4775967d29b0da2f29ba499eed34f88 fonttools-4.38.0.zip
sha256 2bb244009f9bf3fa100fc3ead6aeb99febe5985fa20afbfbaa2f8946c2fbdaf1 fonttools-4.38.0.zip
md5 34d9fb935c3eaf5d2bd3572d88613bd2 fonttools-4.41.1.tar.gz
sha256 e16a9449f21a93909c5be2f5ed5246420f2316e94195dbfccb5238aaa38f9751 fonttools-4.41.1.tar.gz
# Locally computed sha256 checksums
sha256 6787208f83f659ccbc2223b2fde952ffa6f7e8aca62f1a8a2bf5bc51bb1b2383 LICENSE

View File

@@ -4,19 +4,13 @@
#
################################################################################
PYTHON_FONTTOOLS_VERSION = 4.38.0
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).zip
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/55/5c/a4a25cf6db42d113d8f626901bb156b2f7cf7c7564a6bbc7b5cd6f7cb484
PYTHON_FONTTOOLS_VERSION = 4.41.1
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/e5/55/86c43d626bbe12fb384e61152ded4f76a280d30a022968c471f850cdb0d5
PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
PYTHON_FONTTOOLS_LICENSE = MIT
PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
PYTHON_FONTTOOLS_DEPENDENCIES = host-python-cython
PYTHON_FONTTOOLS_ENV = FONTTOOLS_WITH_CYTHON=1
define PYTHON_FONTTOOLS_EXTRACT_CMDS
$(UNZIP) -d $(@D) $(PYTHON_FONTTOOLS_DL_DIR)/$(PYTHON_FONTTOOLS_SOURCE)
mv $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)/* $(@D)
$(RM) -r $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)
endef
$(eval $(python-package))