diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb b/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb index 56eb8c4cd6..03d96db3c2 100644 --- a/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb +++ b/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb | |||
| @@ -1,2 +1,14 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" |
| 2 | require python-pyelftools.inc | 2 | HOMEPAGE = "https://github.com/eliben/pyelftools" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2" | ||
| 8 | SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pyelftools" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native" | ||
