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
View File
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_PYTRIE
bool "python-pytrie"
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
help
A pure Python implementation of the trie data structure.
+3 -5
View File
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/pytrie/json
md5 0cbe20db2361dcc99bdcba7acacd34e6 PyTrie-0.4.0.tar.gz
sha256 8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379 PyTrie-0.4.0.tar.gz
# Locally computed sha256 checksums
sha256 97f85c2ba0d856cf5f7e5db587af7299233db2e502980eb655ace28343541d50 LICENSE
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5997b46c854a68bc588f4527c987663a, sha256 locally computed.
md5 5997b46c854a68bc588f4527c987663a PyTrie-0.2.tar.gz
sha256 b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500 PyTrie-0.2.tar.gz
+3 -3
View File
@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_PYTRIE_VERSION = 0.4.0
PYTHON_PYTRIE_VERSION = 0.2
PYTHON_PYTRIE_SITE = https://pypi.python.org/packages/source/P/PyTrie
PYTHON_PYTRIE_SOURCE = PyTrie-$(PYTHON_PYTRIE_VERSION).tar.gz
PYTHON_PYTRIE_LICENSE = BSD-3-Clause
PYTHON_PYTRIE_LICENSE_FILES = LICENSE
PYTHON_PYTRIE_SITE = https://files.pythonhosted.org/packages/d3/19/15ec77ab9c85f7c36eb590d6ab7dd529f8c8516c0e2219f1a77a99d7ee77
PYTHON_PYTRIE_SETUP_TYPE = setuptools
PYTHON_PYTRIE_SETUP_TYPE = distutils
$(eval $(python-package))