summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lief
Commit message (Collapse)AuthorAgeFilesLines
* python3-lief: Upgrade to 0.16.5 + tip of trunkKhem Raj2025-04-192-147/+8
| | | | | | | Drop upstreamed patch. Pydantic-core is now available for riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lief: Upgrade to latest on tip of trunkKhem Raj2025-04-011-0/+134
| | | | | | | Adds new dependency on typing-inspection module Fix build with GCC-15 while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lief: Disable ccacheKhem Raj2025-02-051-8/+10
| | | | | | | | | | * ccache with OE does not work always * Use RelWithDebInfo instead of Debug build type in cmake Some modules are built in /tmp and if /tmp is small < 2GB the build may run out of space especially with huge debug info files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lief: Add recipeLeon Anavi2025-01-292-0/+67
Add recipe to build the Python API of LIEF (Library to Instrument Executable Formats). The purpose of this project is to provide a cross-platform library to parse, modify and abstract ELF, PE and MachO formats. Changelog for LIEF release 0.16.2: - Fix broken aarch64 Python wheel which is related to a toolchain issue This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>