diff mbox series

meson: upgrade 1.11.1 -> 1.11.2

Message ID 20260714171618.3067519-1-ross.burton@arm.com
State New
Headers show
Series meson: upgrade 1.11.1 -> 1.11.2 | expand

Commit Message

Ross Burton July 14, 2026, 5:16 p.m. UTC
Upstream changelog, ignoring irrelevant changes:

  8b7d80f2b Update default Qt version to 6.
  03bfacaf6 mconf: fix crash printing list-valued option augments
  aa5f7ae43 codegen: do not use Programs.for_machine
  d1cc24cc2 mtest: allow ignore reasons in rust unittests
  f229c604b envconfig: allow running executables if subsystem is not set
  bb1e84e5e compilers: Don't use -I=path in TI toolchain
  c35300613 Revert "compilers: Deduplicate OpenMP linker arguments"
  690107f50 automatically tag files installed under sbindir
  b8fe4f73f introspect: do not print umask as octal in JSON
  69673e5fc cargo: add docsrs to unconditionally added --check-cfg cfg's
  427947b00 mtest: fix handling of empty lines in TAP YAML block
  c928e14fa interpreter: fix typos in typed_kwargs
  cb20fed97 cargo: allow git dependencies with slash in branch name
  af3d7b29d interpreter: fix typed_kwargs name of add_project_link_arguments
  4d0e8635a interpreter: do not apply CARGO_SUBDIR if subproject has a meson.build
  1b1ac2154 AstInterpreter: Slight Performance Improvement
  27f1c15eb build: fix install name when using link_whole
  a892c705c build: fix install name when linking with static library

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/meson/{meson_1.11.1.bb => meson_1.11.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/meson/{meson_1.11.1.bb => meson_1.11.2.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/meson/meson_1.11.1.bb b/meta/recipes-devtools/meson/meson_1.11.2.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.11.1.bb
rename to meta/recipes-devtools/meson/meson_1.11.2.bb
index 26d9af6c199..5ac4d789b8a 100644
--- a/meta/recipes-devtools/meson/meson_1.11.1.bb
+++ b/meta/recipes-devtools/meson/meson_1.11.2.bb
@@ -14,7 +14,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0001-Make-CPU-family-warnings-fatal.patch \
            file://0002-Support-building-allarch-recipes-again.patch \
            "
-SRC_URI[sha256sum] = "6788ae299979643f8d841bcaf64352558436cae45a0355148a3aeeccf7913866"
+SRC_URI[sha256sum] = "698feae069cef3ecd4d7aaf281d7df359bdfcf555a9a1564383d3b913fa8a736"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases