From: Daniel McGregor Date: Wed, 4 Oct 2023 19:14:45 +0000 (-0600) Subject: meson: upgrade 1.2.1 -> 1.2.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90edba29f9f4c115af5202c566eaa935656de1eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meson: upgrade 1.2.1 -> 1.2.2 The newly released version 1.2.2 adds version 17 to CMake LLVM detection, so we will now choose the OE provided LLVM version instead of the one on host during native builds. Signed-off-by: Daniel McGregor Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/meson/meson_1.2.1.bb b/meta/recipes-devtools/meson/meson_1.2.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.2.1.bb rename to meta/recipes-devtools/meson/meson_1.2.2.bb index fe452662029..6a07168ee1b 100644 --- a/meta/recipes-devtools/meson/meson_1.2.1.bb +++ b/meta/recipes-devtools/meson/meson_1.2.2.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] = "b1db3a153087549497ee52b1c938d2134e0338214fe14f7efd16fecd57b639f5" +SRC_URI[sha256sum] = "4a0f04de331fbc7af3b802a844fc8838f4ccd1ded1e792ba4f8f2faf8c5fe4d6" inherit python_setuptools_build_meta github-releases