diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-19 09:27:17 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-21 22:51:42 +0100 |
| commit | 2938fff2d6ce3314952021781363515720aa821d (patch) | |
| tree | 9411836c277f42e703da8997e23024ebdf42de73 /meta/recipes-devtools/python/python3-pyelftools_0.29.bb | |
| parent | 4ab07d117d8c593b0c36e016c5c6cb4e85217ed6 (diff) | |
| download | poky-2938fff2d6ce3314952021781363515720aa821d.tar.gz | |
python3-pyelftools: upgrade 0.28 -> 0.29
(From OE-Core rev: c87f97a8f49c05e03cd4ed9736b1c6c699fbd020)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyelftools_0.29.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyelftools_0.29.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.29.bb b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb new file mode 100644 index 0000000000..2199e9ff8e --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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[sha256sum] = "ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pyelftools" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint" | ||
