summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyelftools.inc
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-11-21 09:27:52 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-21 17:51:37 -0800
commit799925fd48cf0156caa85ef3b7f38da792fb5337 (patch)
treeb0925eee1deebe98fab29265e34fde937154e0da /meta-python/recipes-devtools/python/python-pyelftools.inc
parent4e1901c2849cfff324d5d1e62d4480e2c2919e7a (diff)
downloadmeta-openembedded-799925fd48cf0156caa85ef3b7f38da792fb5337.tar.gz
python-pyelftools: add recipes
pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyelftools.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyelftools.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyelftools.inc b/meta-python/recipes-devtools/python/python-pyelftools.inc
new file mode 100644
index 0000000000..7d4f763ffd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyelftools.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
2HOMEPAGE = "https://github.com/eliben/pyelftools"
3SECTION = "devel/python"
4LICENSE = "PD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
6
7SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2"
8SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24"
9
10PYPI_PACKAGE = "pyelftools"
11
12inherit pypi
13
14BBCLASSEXTEND = "native"