Upstream release notes:

- Custom dependency for atomic now works on MSVC
- Support for CACHEDIR.TAG specification
- New clippy-json Ninja Target For rust-analyzer
- Add a new default() function and object
- Delay install script errors to install time
- find_program() now respects --force-fallback-for
- fs.copyfile() now has a build_subdir argument
- Added depends kwarg to generator.process()
- Added msgfmt_args arg to i18n.gettext()
- include_directories object now has a to_list() method
- Added integer base conversions to str.to_int() and int.to_string()
- Multiple positional arguments for meson wrap install
- meson format allows --recursive with --check-diff
- New --subprojects option for meson format
- OpenHarmony (OHOS) is now recognized as an Android subsystem
- External programs as inputs and dependencies to custom targets
- External programs as dependencies to tests
- Support for Python 3.7, 3.8, and 3.9 dropped
- More types of generated files allowed by qt.preprocess()
- The Rust module includes a basic wrapper for cbindgen
- Non-default members of Cargo workspaces can now be built
- subproject() and meson.override_find_program() now support the native
  keyword argument
- meson test now accepts --exclude
- Vala cross compilation changes
- werror=true now applies to the linker as well
- Added win_subsystem to shared_library() and shared_module()
- i18n.xgettext() recursive option now includes "private" dependencies

https://mesonbuild.com/Release-notes-for-1-12-0.html

Signed-off-by: Ross Burton <[email protected]>
---
 .../recipes-devtools/meson/{meson_1.11.2.bb => meson_1.12.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/meson/{meson_1.11.2.bb => meson_1.12.0.bb} (98%)

diff --git a/meta/recipes-devtools/meson/meson_1.11.2.bb 
b/meta/recipes-devtools/meson/meson_1.12.0.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.11.2.bb
rename to meta/recipes-devtools/meson/meson_1.12.0.bb
index 5ac4d789b8a..ac69b63bde6 100644
--- a/meta/recipes-devtools/meson/meson_1.11.2.bb
+++ b/meta/recipes-devtools/meson/meson_1.12.0.bb
@@ -14,7 +14,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] = 
"698feae069cef3ecd4d7aaf281d7df359bdfcf555a9a1564383d3b913fa8a736"
+SRC_URI[sha256sum] = 
"88afe0c20e52030218924ac37d0c81c59b4b5f3ae3752c8c6d7470c7d365886c"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#243215): 
https://lists.openembedded.org/g/openembedded-core/message/243215
Mute This Topic: https://lists.openembedded.org/mt/120703457/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to