blob: e2d0e182773f0e6bc0402e08396d3d312f188890 [file] [log] [blame]
Andrew Geissler1e34c2d2020-05-29 16:02:59 -05001DESCRIPTION = "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
Andrew Geissler6ce62a22020-11-30 19:58:47 -06007SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b"
Andrew Geissler1e34c2d2020-05-29 16:02:59 -05008
9PYPI_PACKAGE = "pyelftools"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native"
Andrew Geissler595f6302022-01-24 19:11:47 +000014
15RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"