[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PYELFTOOLS
bool "python-pyelftools"
help
Pyelftools is a Python library for parsing and analyzing ELF
files and DWARF debug information.
https://github.com/eliben/pyelftools

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyelftools/json
md5 061d67c669a9b1f8d07f28c47fb6a65f pyelftools-0.27.tar.gz
sha256 cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b pyelftools-0.27.tar.gz
# Locally computed sha256 checksums
sha256 ae18bf4cb82f92af7547259177bc28bc48e4fc732518bcedfe690226288d3445 LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-pyelftools
#
################################################################################
PYTHON_PYELFTOOLS_VERSION = 0.27
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
PYTHON_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
PYTHON_PYELFTOOLS_LICENSE = Public domain
PYTHON_PYELFTOOLS_LICENSE_FILES = LICENSE
PYTHON_PYELFTOOLS_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))