summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:31:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:31:53 +0000
commit8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch)
treeefdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
parentd412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff)
downloadpoky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz
The poky repository master branch is no longer being updated.
You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs b) use the new bitbake-setup You can find information about either approach in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that. Long live Poky! Some further information on the background of this change can be found in: https://lists.openembedded.org/g/openembedded-architecture/message/2179 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 742a2580a7..0000000000
--- a/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "Meson Python build backend (PEP 517)"
2HOMEPAGE = "https://github.com/mesonbuild/meson-python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d580b27e67cc0892a5b005b0be114b60"
5
6DEPENDS = " \
7 meson-native \
8 ninja-native \
9 patchelf-native \
10 python3-pyproject-metadata-native \
11"
12
13PYPI_PACKAGE = "meson_python"
14UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
15
16inherit pypi python_mesonpy
17SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d"
18
19DEPENDS:remove:class-native = "python3-meson-python-native"
20
21RDEPENDS:${PN} = " \
22 meson \
23 ninja \
24 patchelf \
25 python3-pyproject-metadata \
26"
27
28BBCLASSEXTEND = "native nativesdk"