From 99f8b7ba448d40ca74fcb428e5798143e4b8ea11 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Sep 2025 17:16:27 +0800 Subject: [PATCH] meson: upgrade 1.8.2 -> 1.9.0 (From OE-Core rev: 85dd4c757e880e1a108cc57cf40d61c36bd81bab) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/meson/{meson_1.8.2.bb => meson_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_1.8.2.bb => meson_1.9.0.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_1.8.2.bb b/meta/recipes-devtools/meson/meson_1.9.0.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.8.2.bb rename to meta/recipes-devtools/meson/meson_1.9.0.bb index bfeaab0a79..6f5a623dc7 100644 --- a/meta/recipes-devtools/meson/meson_1.8.2.bb +++ b/meta/recipes-devtools/meson/meson_1.9.0.bb @@ -15,7 +15,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] = "c105816d8158c76b72adcb9ff60297719096da7d07f6b1f000fd8c013cd387af" +SRC_URI[sha256sum] = "cd27277649b5ed50d19875031de516e270b22e890d9db65ed9af57d18ebc498d" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases