summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb')
-rw-r--r--external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb b/external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb
new file mode 100644
index 00000000..27846372
--- /dev/null
+++ b/external/meta-python2/recipes-devtools/python/python-pyelftools_0.25.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Library for analyzing ELF files and DWARF debugging information"
+DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing \
+ELF files and DWARF debugging information"
+HOMEPAGE = "https://github.com/eliben/pyelftools"
+SECTION = "devel/python"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
+
+SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2"
+SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24"
+
+PYPI_PACKAGE = "pyelftools"
+
+inherit pypi setuptools
+
+BBCLASSEXTEND = "native"