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
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_PYASN_MODULES
bool "python-pyasn-modules"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PYASN # runtime
help
A collection of ASN.1-based protocols modules.
https://pypi.python.org/pypi/pyasn1-modules
comment "python-pyasn-modules needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=178129bc7fbf07215c25230c5f053f81, sha256 locally computed.
md5 178129bc7fbf07215c25230c5f053f81 pyasn1-modules-0.0.8.tar.gz
sha256 10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 pyasn1-modules-0.0.8.tar.gz
@@ -0,0 +1,14 @@
################################################################################
#
# python-pyasn-modules
#
################################################################################
PYTHON_PYASN_MODULES_VERSION = 0.0.8
PYTHON_PYASN_MODULES_SOURCE = pyasn1-modules-$(PYTHON_PYASN_MODULES_VERSION).tar.gz
PYTHON_PYASN_MODULES_SITE = https://pypi.python.org/packages/source/p/pyasn1-modules
PYTHON_PYASN_MODULES_LICENSE = BSD-2-Clause
PYTHON_PYASN_MODULES_LICENSE_FILES = LICENSE.txt
PYTHON_PYASN_MODULES_SETUP_TYPE = setuptools
$(eval $(python-package))