From: Ross Burton Date: Tue, 14 Jul 2026 17:16:18 +0000 (+0100) Subject: meson: upgrade 1.11.1 -> 1.11.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3bfaa3cd34ac0730c83f38675a25d5ec3f9b6fe;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meson: upgrade 1.11.1 -> 1.11.2 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases