mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python3-pyelftools: upgrade 0.29 -> 0.30
Changelog: =========== - Optimization: cache instantiation of DWARF structs (#435) - DWARFv5 CU headers (#442) - Bug fix in attribute reporting for DWA_FORM_indirect (#475) - Support for RISC-V attributes (#459) - Readelf used for testing upgraded to 2.41 (#489) - Support for MIPS64 object files (#495) - LoongArch support (#470, #483) (From OE-Core rev: 39454153a03de8bea66e6b152a342f58592d5fb3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e8975a1ae1
commit
2d9f8e782b
15
meta/recipes-devtools/python/python3-pyelftools_0.30.bb
Normal file
15
meta/recipes-devtools/python/python3-pyelftools_0.30.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "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[sha256sum] = "2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40"
|
||||
|
||||
PYPI_PACKAGE = "pyelftools"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"
|
||||
Reference in New Issue
Block a user