From: Alexander Kanavin Date: Wed, 4 Jan 2023 11:04:56 +0000 (+0100) Subject: meson: upgrade 0.64.0 -> 1.0.0 X-Git-Tag: uninative-3.8~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=622ab1b4d490625ebd2193138c70894d3dee1297;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meson: upgrade 0.64.0 -> 1.0.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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