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
+4 -3
View File
@@ -1,7 +1,8 @@
config BR2_PACKAGE_PYTHON_THRIFT
bool "python-thrift"
select BR2_PACKAGE_PYTHON_SIX # runtime
depends on BR2_PACKAGE_PYTHON
help
Python bindings for the Apache Thrift RPC system.
python-thrift is a Python bindings for the Apache Thrift RPC
system.
https://thrift.apache.org
http://thrift.apache.org/
+3 -5
View File
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/thrift/json
md5 c3bc8d9a910d2c9ce26f2ad1f7c96762 thrift-0.13.0.tar.gz
sha256 9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9ae7d89 thrift-0.13.0.tar.gz
# Locally computed sha256 checksums
sha256 c13578ae9d0529d0252e1c7375b917bacf58723dce1fcd40c7ed59183401b468 LICENSE
# md5 from https://pypi.python.org/pypi/thrift/json, sha256 locally computed
md5 b519551d7a086bb0b4f222a8f566b7e8 thrift-0.9.3.tar.gz
sha256 dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e thrift-0.9.3.tar.gz
+4 -4
View File
@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_THRIFT_VERSION = 0.13.0
PYTHON_THRIFT_VERSION = 0.9.3
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
PYTHON_THRIFT_SITE = https://files.pythonhosted.org/packages/97/1e/3284d19d7be99305eda145b8aa46b0c33244e4a496ec66440dac19f8274d
PYTHON_THRIFT_SETUP_TYPE = setuptools
PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
PYTHON_THRIFT_LICENSE = Apache-2.0
PYTHON_THRIFT_LICENSE_FILES = LICENSE
PYTHON_THRIFT_LICENSE_FILES = setup.py
PYTHON_THRIFT_SETUP_TYPE = setuptools
$(eval $(python-package))