Skip to content

Commit

Permalink
python-pyelftools: add recipes
Browse files Browse the repository at this point in the history
pyelftools is a pure-Python library for parsing and analyzing ELF files
and DWARF debugging information.

Signed-off-by: Rouven Czerwinski <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Emantor authored and kraj committed Nov 22, 2019
1 parent 4e1901c commit 799925f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions meta-python/recipes-devtools/python/python-pyelftools.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

BBCLASSEXTEND = "native"
2 changes: 2 additions & 0 deletions meta-python/recipes-devtools/python/python-pyelftools_0.25.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
inherit setuptools
require python-pyelftools.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
inherit setuptools3
require python-pyelftools.inc

0 comments on commit 799925f

Please sign in to comment.