]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meson: upgrade 1.2.1 -> 1.2.2
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Wed, 4 Oct 2023 19:14:45 +0000 (13:14 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2023 10:50:54 +0000 (11:50 +0100)
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 <daniel.mcgregor@vecima.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson_1.2.2.bb [moved from meta/recipes-devtools/meson/meson_1.2.1.bb with 98% similarity]

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 fe452662029f151a73da4c572c2510cd9d114cbb..6a07168ee1b52776e4f30be25410a38d85ed5cfe 100644 (file)
@@ -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