[oe-commits] [meta-openembedded] 07/18: python-pyelftools: add recipes

git at git.openembedded.org git at git.openembedded.org
Fri Nov 22 01:53:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 799925fd48cf0156caa85ef3b7f38da792fb5337
Author: Rouven Czerwinski <r.czerwinski at pengutronix.de>
AuthorDate: Thu Nov 21 09:27:52 2019 +0100

    python-pyelftools: add recipes
    
    pyelftools is a pure-Python library for parsing and analyzing ELF files
    and DWARF debugging information.
    
    Signed-off-by: Rouven Czerwinski <r.czerwinski at pengutronix.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyelftools.inc  | 14 ++++++++++++++
 .../recipes-devtools/python/python-pyelftools_0.25.bb      |  2 ++
 .../recipes-devtools/python/python3-pyelftools_0.25.bb     |  2 ++
 3 files changed, 18 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pyelftools.inc b/meta-python/recipes-devtools/python/python-pyelftools.inc
new file mode 100644
index 0000000..7d4f763
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyelftools.inc
@@ -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"
diff --git a/meta-python/recipes-devtools/python/python-pyelftools_0.25.bb b/meta-python/recipes-devtools/python/python-pyelftools_0.25.bb
new file mode 100644
index 0000000..de42025
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyelftools_0.25.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pyelftools.inc
diff --git a/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb b/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
new file mode 100644
index 0000000..56eb8c4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-pyelftools.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list