mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python3-meson-python: upgrade 0.17.1 -> 0.18.0
(From OE-Core rev: 70ccf82bcff9bca772c518837c7be11241aaf316) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a4cd51645
commit
50f3fe6abc
28
meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
Normal file
28
meta/recipes-devtools/python/python3-meson-python_0.18.0.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Meson Python build backend (PEP 517)"
|
||||
HOMEPAGE = "https://github.com/mesonbuild/meson-python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d580b27e67cc0892a5b005b0be114b60"
|
||||
|
||||
DEPENDS = " \
|
||||
meson-native \
|
||||
ninja-native \
|
||||
patchelf-native \
|
||||
python3-pyproject-metadata-native \
|
||||
"
|
||||
|
||||
PYPI_PACKAGE = "meson_python"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_mesonpy
|
||||
SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d"
|
||||
|
||||
DEPENDS:remove:class-native = "python3-meson-python-native"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
meson \
|
||||
ninja \
|
||||
patchelf \
|
||||
python3-pyproject-metadata \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user