summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
diff options
context:
space:
mode:
authorYash Shinde <Yash.Shinde@windriver.com>2024-02-29 08:32:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-01 09:30:39 +0000
commit9aec2c6c777388bb3129aa4c4f27a40f912522b4 (patch)
tree3936b86d6937a73b683469d85c4a25097036af01 /meta/recipes-devtools/rust/files/rustc-bootstrap.patch
parentfce06a1632484c9001541df1ac27ffca7d1d8b4b (diff)
downloadopenembedded-core-9aec2c6c777388bb3129aa4c4f27a40f912522b4.tar.gz
rust: Upgrade 1.74.1 -> 1.75.0
* Drop backported musl fixes. * Set `change-id` rather than `changelog-seen` to fix build warning. * Add fixes for 4b7e0a0b56aa24 ("Handle vendored sources when remapping paths") which otherwise cause build failures: | thread 'main' panicked at src/core/builder.rs:1795:26: | std::fs::read_dir(registry_src) failed with No such file or directory (os= error 2) https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/files/rustc-bootstrap.patch')
-rw-r--r--meta/recipes-devtools/rust/files/rustc-bootstrap.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/files/rustc-bootstrap.patch b/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
index 406fc610bb..1271d75e60 100644
--- a/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
+++ b/meta/recipes-devtools/rust/files/rustc-bootstrap.patch
@@ -9,8 +9,8 @@ Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
---
diff --git a/src/bootstrap/synthetic_targets.rs b/ src/bootstrap/synthetic_targets.rs
index d2c65b740da..45baf56f46b 100644
---- a/src/bootstrap/synthetic_targets.rs
-+++ b/src/bootstrap/synthetic_targets.rs
+--- a/src/bootstrap/src/core/build_steps/synthetic_targets.rs
++++ b/src/bootstrap/src/core/build_steps/synthetic_targets.rs
@@ -59,6 +59,7 @@ fn create_synthetic_target(
let mut cmd = Command::new(builder.rustc(compiler));
cmd.arg("--target").arg(base.rustc_target_arg());