From: Wang Mingyu Date: Mon, 26 Jan 2026 12:35:02 +0000 (+0800) Subject: meson: upgrade 1.10.0 -> 1.10.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc882d636478204ca4a296f52f2604eb8a23ef2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meson: upgrade 1.10.0 -> 1.10.1 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/meson/meson_1.10.0.bb b/meta/recipes-devtools/meson/meson_1.10.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.10.0.bb rename to meta/recipes-devtools/meson/meson_1.10.1.bb index 6f629b7ec3..2e94e55749 100644 --- a/meta/recipes-devtools/meson/meson_1.10.0.bb +++ b/meta/recipes-devtools/meson/meson_1.10.1.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] = "8071860c1f46a75ea34801490fd1c445c9d75147a65508cd3a10366a7006cc1c" +SRC_URI[sha256sum] = "c42296f12db316a4515b9375a5df330f2e751ccdd4f608430d41d7d6210e4317" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases