Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python_mesonpy.bbclass: move to oe-core | Tim Orling | 2024-02-19 | 1 | -52/+0 |
| | | | | | | | | | This is now the declared PEP-517 build-backend for python3-numpy Move the support into oe-core Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python_mesonpy: New class | Zoltán Böszörményi | 2023-06-14 | 1 | -0/+52 |
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |