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
@@ -7,4 +7,4 @@ config BR2_PACKAGE_PYTHON_PYPARSING
module provides a library of classes that client code uses
to construct the grammar directly in Python code.
https://github.com/pyparsing/pyparsing/
http://pyparsing.wikispaces.com/
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/pyparsing/json
md5 9d38774991175444e21a3dfa865876cc pyparsing-3.0.7.tar.gz
sha256 18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea pyparsing-3.0.7.tar.gz
# Locally computed sha256 checksums
sha256 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972 LICENSE
# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
md5 065908b92904e0d3634eb156f44cc80e pyparsing-2.1.10.tar.gz
sha256 811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188 pyparsing-2.1.10.tar.gz
+2 -3
View File
@@ -4,12 +4,11 @@
#
################################################################################
PYTHON_PYPARSING_VERSION = 3.0.7
PYTHON_PYPARSING_VERSION = 2.1.10
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b
PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/38/bb/bf325351dd8ab6eb3c3b7c07c3978f38b2103e2ab48d59726916907cd6fb
PYTHON_PYPARSING_LICENSE = MIT
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
PYTHON_PYPARSING_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))