From: Wang Mingyu Date: Tue, 21 Apr 2026 09:55:30 +0000 (+0800) Subject: meson: upgrade 1.10.2 -> 1.11.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1833f7e28b53a8cb8fc38d95a55ed129caff9c96;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meson: upgrade 1.10.2 -> 1.11.0 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/meson/meson_1.10.2.bb b/meta/recipes-devtools/meson/meson_1.11.0.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.10.2.bb rename to meta/recipes-devtools/meson/meson_1.11.0.bb index 9832437531..d06ede78a0 100644 --- a/meta/recipes-devtools/meson/meson_1.10.2.bb +++ b/meta/recipes-devtools/meson/meson_1.11.0.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] = "7890287d911dd4ee1ebd0efb61ed0321bfcd87c725df923a837cf90c6508f96b" +SRC_URI[sha256sum] = "dffdd0915ceb028541fe3bed77d63ba35e78514591c043736b450d62634eeb31" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases