diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-06-02 15:41:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-10 14:27:23 +0100 |
commit | f7499e51a0d3996e492169bb58d384796b22d5a0 (patch) | |
tree | 6b4ee505707851ca3b3c1cdfcafa0b9a8feeb51a | |
parent | a41948e86dd6d03beea43827c4f2bf274dd767a3 (diff) | |
download | poky-f7499e51a0d3996e492169bb58d384796b22d5a0.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/python/python3-meson-python_0.16.0.bb (renamed from meta/recipes-devtools/python/python3-meson-python_0.15.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-meson-python_0.15.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb index ad3cfe17d9..79a7ff05ef 100644 --- a/meta/recipes-devtools/python/python3-meson-python_0.15.0.bb +++ b/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = " \ | |||
13 | PYPI_PACKAGE = "meson_python" | 13 | PYPI_PACKAGE = "meson_python" |
14 | 14 | ||
15 | inherit pypi python_mesonpy | 15 | inherit pypi python_mesonpy |
16 | SRC_URI[sha256sum] = "fddb73eecd49e89c1c41c87937cd89c2d0b65a1c63ba28238681d4bd9484d26f" | 16 | SRC_URI[sha256sum] = "9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f" |
17 | 17 | ||
18 | DEPENDS:remove:class-native = "python3-meson-python-native" | 18 | DEPENDS:remove:class-native = "python3-meson-python-native" |
19 | 19 | ||