diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-02-08 18:26:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:08 +0000 |
| commit | c811b9f1e2d7a85a294db9d1514415dc1a90d636 (patch) | |
| tree | 8ae3d75dc91fcd8ba28232a1b15b0f53f9dd92c3 /meta/recipes-devtools/python/python3-pyelftools_0.28.bb | |
| parent | 3978b4f5199f23ebfb915c165407979492165472 (diff) | |
| download | poky-c811b9f1e2d7a85a294db9d1514415dc1a90d636.tar.gz | |
python3-pyelftools: upgrade 0.27 -> 0.28
Changelog:
=========
- Added a method for returning the index of a section by name (#331)
- Allow filtering by section types in iter_sections (#345)
- Support Android compressed rel/rela sections (#357)
- Initial support for PPC64LE (#360)
- Initial DWARF v5 support (#363 with several follow-ups)
- Fixed parsing for structures containing uids or gids in core
dumps (#354)
- Allow filtering by segment types in iter_segments (#375)
- Add support for .note.gnu.property (#386)
- Update readelf tests to work with more recent version of
readelf (#387)
- Add support for note GNU_PROPERTY_X86_FEATURE_1_AND (#388)
(From OE-Core rev: 5957eacc2d1b2a4a1731e9f518a1f76c9a450f51)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyelftools_0.28.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyelftools_0.28.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.28.bb b/meta/recipes-devtools/python/python3-pyelftools_0.28.bb new file mode 100644 index 0000000000..0ceddcb68a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyelftools_0.28.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] = "53e5609cac016471d40bd88dc410cd90755942c25e58a61021cfdf7abdfeacff" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pyelftools" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint" | ||
