diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-devtools/python/python3-meson-python_0.18.0.bb | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-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.bb | 28 |
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 @@ | |||
| 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" | ||
