summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commitb5cc70b39204ff8813d701f067e07bf9f69f16b5 (patch)
tree27db7ad4a5e16df67001e8610d4cc00e1a76f3ee /meta/recipes-devtools/meson
parent9d45c9214948ccf32b7d7c44b0c263232b531926 (diff)
downloadpoky-b5cc70b39204ff8813d701f067e07bf9f69f16b5.tar.gz
meson: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares setuptools.build_meta to be backend for PEP-517 packaging. Set PIP_INSTALL_PACKAGE as this recipe does not inherit pypi and therefor no PYPI_PACKAGE is defined [YOCTO #14638] (From OE-Core rev: 0d9bc65139a9cabbeabe166e83f2d61f47d7bdd7) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r--meta/recipes-devtools/meson/meson_0.61.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson_0.61.2.bb b/meta/recipes-devtools/meson/meson_0.61.2.bb
index 45938af6ff..a51db1e3d4 100644
--- a/meta/recipes-devtools/meson/meson_0.61.2.bb
+++ b/meta/recipes-devtools/meson/meson_0.61.2.bb
@@ -21,7 +21,9 @@ SRC_URI[sha256sum] = "0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb
21UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" 21UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
22UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" 22UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
23 23
24inherit setuptools3 24inherit setuptools_build_meta
25
26PIP_INSTALL_PACKAGE = "meson"
25 27
26RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" 28RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources"
27 29