blob: 7d4f763ffda57122dfe262871a648cf00274f4b6 [file] [log] [blame]
Stefan Wiehlerf854c162020-01-16 11:37:16 +01001DESCRIPTION = "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"