summaryrefslogtreecommitdiffstats
path: root/meta-python/classes/python_mesonpy.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* python_mesonpy.bbclass: move to oe-coreTim Orling2024-02-191-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 classZoltán Böszörményi2023-06-141-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>