From 622ab1b4d490625ebd2193138c70894d3dee1297 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:04:56 +0100 Subject: [PATCH] meson: upgrade 0.64.0 -> 1.0.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/meson/{meson_0.64.0.bb => meson_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.64.0.bb => meson_1.0.0.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.64.0.bb b/meta/recipes-devtools/meson/meson_1.0.0.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_0.64.0.bb rename to meta/recipes-devtools/meson/meson_1.0.0.bb index 34a04d52ab6..a7740cc6dd9 100644 --- a/meta/recipes-devtools/meson/meson_0.64.0.bb +++ b/meta/recipes-devtools/meson/meson_1.0.0.bb @@ -17,7 +17,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ file://0002-Support-building-allarch-recipes-again.patch \ file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ " -SRC_URI[sha256sum] = "c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab" +SRC_URI[sha256sum] = "aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05" inherit python_setuptools_build_meta github-releases -- 2.47.3