summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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-291-0/+28
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>