]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
meson: upgrade to 1.7.0
authorRoss Burton <ross.burton@arm.com>
Mon, 27 Jan 2025 13:58:12 +0000 (13:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jan 2025 10:40:39 +0000 (10:40 +0000)
Summary of changes:
- New custom dependency for atomic
- --cap-lints allow used for Cargo subprojects
- Cargo features are resolved globally
- Meson can run "clippy" on Rust projects
- Devenv support in external project module
- Fixed sizeof and find_library methods for Fortran compilers
- format command now accept stdin argument
- "machine" entry in target introspection data
- Add new language Linear Asm
- Control the number of child processes with an environment variable
- Support for Rust 2024
- Support TASKING VX-Toolset
- Test targets no longer built by default
- Install vcs_tag() output

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson_1.7.0.bb [moved from meta/recipes-devtools/meson/meson_1.6.1.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.6.1.bb
rename to meta/recipes-devtools/meson/meson_1.7.0.bb
index 249a07c29096b2e223181b35d34237b506bd1dae..44872a5f7ba7d8ff57697be5a12d109a0eab3add 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0002-Support-building-allarch-recipes-again.patch \
            file://0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch \
            "
-SRC_URI[sha256sum] = "1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de"
+SRC_URI[sha256sum] = "08efbe84803eed07f863b05092d653a9d348f7038761d900412fddf56deb0284"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases