diff options
author | Ross Burton <ross.burton@arm.com> | 2025-01-27 13:58:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-29 10:40:41 +0000 |
commit | ac359593f12cc4afbd4aaadd4b784495f869db77 (patch) | |
tree | 1e94d58ab81b73b1d3ff0f4852e7e2f26d5ed74e | |
parent | 4aa2da651e592589595c0bb82b034e8b307bc6bd (diff) | |
download | poky-ac359593f12cc4afbd4aaadd4b784495f869db77.tar.gz |
meson: upgrade to 1.7.0
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
(From OE-Core rev: 37d4a5b2653b94d5030b5026b1ecf979420cfb20)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/meson/meson_1.7.0.bb (renamed from meta/recipes-devtools/meson/meson_1.6.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson_1.6.1.bb b/meta/recipes-devtools/meson/meson_1.7.0.bb index 249a07c290..44872a5f7b 100644 --- a/meta/recipes-devtools/meson/meson_1.6.1.bb +++ b/meta/recipes-devtools/meson/meson_1.7.0.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ | |||
16 | file://0002-Support-building-allarch-recipes-again.patch \ | 16 | file://0002-Support-building-allarch-recipes-again.patch \ |
17 | file://0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch \ | 17 | file://0001-dependencies-dev-prepend-sysroot-when-searching-for-.patch \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de" | 19 | SRC_URI[sha256sum] = "08efbe84803eed07f863b05092d653a9d348f7038761d900412fddf56deb0284" |
20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$" | 20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$" |
21 | 21 | ||
22 | inherit python_setuptools_build_meta github-releases | 22 | inherit python_setuptools_build_meta github-releases |