create rootf's & SDK from 2018.02.9 buildroot (#10)

---------

Co-authored-by: tiopex <tiopxyz@gmail.com>
Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_CERTIFI
help
Python package for providing Mozilla's CA Bundle.
https://certifi.io/
https://pypi.python.org/pypi/certifi
+4 -5
View File
@@ -1,5 +1,4 @@
# md5, sha256 from https://pypi.org/pypi/certifi/json
md5 880ed9e5d04aff8f46f5ff82a3a3e395 certifi-2021.10.8.tar.gz
sha256 78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872 certifi-2021.10.8.tar.gz
# Locally computed sha256 checksums
sha256 be9d82f36112f87a7f1d74ecd4887e1467bbae8878a84004a00117b1e475a3e2 LICENSE
# md5 from https://pypi.python.org/pypi/certifi/json, sha256 locally computed
md5 068fd5c3c690ae47504b3e0bf4e56c4c certifi-2018.1.18.tar.gz
sha256 edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d certifi-2018.1.18.tar.gz
sha256 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131 LICENSE
+2 -3
View File
@@ -4,12 +4,11 @@
#
################################################################################
PYTHON_CERTIFI_VERSION = 2021.10.8
PYTHON_CERTIFI_VERSION = 2018.1.18
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))