diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-meson-python_0.18.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-meson-python_0.18.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb new file mode 100644 index 0000000000..742a2580a7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb | |||
@@ -0,0 +1,28 @@ | |||
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 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
15 | |||
16 | inherit pypi python_mesonpy | ||
17 | SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d" | ||
18 | |||
19 | DEPENDS:remove:class-native = "python3-meson-python-native" | ||
20 | |||
21 | RDEPENDS:${PN} = " \ | ||
22 | meson \ | ||
23 | ninja \ | ||
24 | patchelf \ | ||
25 | python3-pyproject-metadata \ | ||
26 | " | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||