diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-meson-python_0.17.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-meson-python_0.17.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb b/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb new file mode 100644 index 0000000000..04f0a1eff8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "Meson Python build backend (PEP 517)" | ||
| 2 | HOMEPAGE = "https://github.com/mesonbuild/meson-python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d580b27e67cc0892a5b005b0be114b60" | ||
| 5 | |||
| 6 | DEPENDS = " \ | ||
| 7 | meson-native \ | ||
| 8 | ninja-native \ | ||
| 9 | patchelf-native \ | ||
| 10 | python3-pyproject-metadata-native \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "meson_python" | ||
| 14 | |||
| 15 | inherit pypi python_mesonpy | ||
| 16 | SRC_URI[sha256sum] = "efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83" | ||
| 17 | |||
| 18 | DEPENDS:remove:class-native = "python3-meson-python-native" | ||
| 19 | |||
| 20 | RDEPENDS:${PN} = " \ | ||
| 21 | meson \ | ||
| 22 | ninja \ | ||
| 23 | patchelf \ | ||
| 24 | python3-pyproject-metadata \ | ||
| 25 | " | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
