mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
python3-meson-python: ugprade 0.15.0 -> 0.16.0
https://github.com/mesonbuild/meson-python/compare/0.15.0...0.16.0 (From OE-Core rev: 00c573aea329d1330778e668b6be94cafdb16526) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a41948e86d
commit
f7499e51a0
27
meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
Normal file
27
meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
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"
|
||||
|
||||
inherit pypi python_mesonpy
|
||||
SRC_URI[sha256sum] = "9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f"
|
||||
|
||||
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