diff mbox series

[2/2] python3-meson-python: upgrade 0.21.1 -> 0.22.0

Message ID 20260927165040.2525950-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/2] gtk-doc: upgrade 1.36.1 -> 1.37.0 | expand

Commit Message

Richard Purdie Sept. 27, 2026, 4:50 p.m. UTC
- Add support for adding RPATH entries specified with ``install_rpath``
  argument to Meson functions that accept it.
- Add support for removing build RPATH entries added by Meson to allow
  executing parts of the project from the build directory.
- Fix corner cases in handling RPATH entries and relocation of shared
  libraries distributed as part of Python packages.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...n3-meson-python_0.21.1.bb => python3-meson-python_0.22.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-meson-python_0.21.1.bb => python3-meson-python_0.22.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb b/meta/recipes-devtools/python/python3-meson-python_0.22.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-meson-python_0.21.1.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.22.0.bb
index 2c86f7fed41..f85f6c55cbd 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.21.1.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.22.0.bb
@@ -13,7 +13,7 @@  DEPENDS = " \
 PYPI_PACKAGE = "meson_python"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "78b3345dcbc0fed7b939e7e37a9faab35bddaae07bf62e7542c8ad479c395af5"
+SRC_URI[sha256sum] = "9c819d0d4efa746edadfaae4663c0e9c75659186ef7e5bab12330bfe22964dfc"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"