]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Update "do_update_snapshot" task for rust-snapshot.inc
authorYash Shinde <Yash.Shinde@windriver.com>
Mon, 31 Mar 2025 05:54:20 +0000 (22:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Apr 2025 21:08:34 +0000 (22:08 +0100)
commitd64456f6ea58d683993b0bc7294baa889bafdf7b
tree7fcc8ed5978ba5d26b33bfab109083f055ef84f4
parentcf5b48d03f290a6bde94ee7a5c1aaee4d1a7793c
rust: Update "do_update_snapshot" task for rust-snapshot.inc

The 'do_update_snapshot' task is failed with below error:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '.../rustc-1.83.0-src/src/stage0.json'

There are changes in use of key-value format in stage0 file in
rust sources and the rust recipe should be apdated for that.

Changes in rust:
https://github.com/rust-lang/rust/commit/1adfffd07f8704ca722f3897719ace079944b0c5

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/rust_1.84.1.bb