diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2020-05-14 16:04:56 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-05 21:36:31 +0100 |
| commit | cbdc6f9862426f628257b254aa10a85abff9754d (patch) | |
| tree | 797b25084b9334fe5207cdc9a8c26a54af3d79f5 /meta/recipes-devtools/python | |
| parent | 681c1ecfa091a76dc280644366470fa133afe0d0 (diff) | |
| download | poky-cbdc6f9862426f628257b254aa10a85abff9754d.tar.gz | |
pyelftools: Import from meta-python
Imports the pyelftools recipes from meta-python, as of 7c02c7d41
("gnome-themes-extra: correct the recipe name").
This recipe is commonly used by other layers, so moving it into
OE-core helps to cut down on layer dependencies.
(From OE-Core rev: 0a8cdaa90f4dd2d09b0b471dafd868a4dcad4ed3)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 910ffaf5beed42936588c95b0c7c1b1ad67f99d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyelftools_0.25.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.25.bb b/meta/recipes-devtools/python/python3-pyelftools_0.25.bb new file mode 100644 index 0000000000..03d96db3c2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyelftools_0.25.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" | ||
| 2 | HOMEPAGE = "https://github.com/eliben/pyelftools" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2" | ||
| 8 | SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pyelftools" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native" | ||
