https://github.com/eliben/pyelftools pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-devtools/python/python-pyelftools.inc | 14 ++++++++++++++ .../python/python-pyelftools_0.25.bb | 2 ++ .../python/python3-pyelftools_0.25.bb | 2 ++ 3 files changed, 18 insertions(+) create mode 100644 meta-arago-extras/recipes-devtools/python/python-pyelftools.inc create mode 100644 meta-arago-extras/recipes-devtools/python/python-pyelftools_0.25.bb create mode 100644 meta-arago-extras/recipes-devtools/python/python3-pyelftools_0.25.bb diff --git a/meta-arago-extras/recipes-devtools/python/python-pyelftools.inc b/meta-arago-extras/recipes-devtools/python/python-pyelftools.inc new file mode 100644 index 00000000..d53a22f7 --- /dev/null +++ b/meta-arago-extras/recipes-devtools/python/python-pyelftools.inc @@ -0,0 +1,14 @@ +SUMMARY = "Parsing ELF and DWARF in Python" +DESCRIPTION = "Pure-Python library for parsing and analyzing ELF files and DWARF debugging information" +HOMEPAGE = "https://github.com/eliben/pyelftools" +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" + +PYPI_PACKAGE = "pyelftools" + +inherit pypi + +SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2" +SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-arago-extras/recipes-devtools/python/python-pyelftools_0.25.bb b/meta-arago-extras/recipes-devtools/python/python-pyelftools_0.25.bb new file mode 100644 index 00000000..de420250 --- /dev/null +++ b/meta-arago-extras/recipes-devtools/python/python-pyelftools_0.25.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pyelftools.inc diff --git a/meta-arago-extras/recipes-devtools/python/python3-pyelftools_0.25.bb b/meta-arago-extras/recipes-devtools/python/python3-pyelftools_0.25.bb new file mode 100644 index 00000000..56eb8c4c --- /dev/null +++ b/meta-arago-extras/recipes-devtools/python/python3-pyelftools_0.25.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyelftools.inc -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
