]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rust: Fetch cargo from rust-snapshot dir.
authorYash Shinde <Yash.Shinde@windriver.com>
Thu, 25 Jan 2024 13:15:57 +0000 (05:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jan 2024 14:06:53 +0000 (14:06 +0000)
commit1a048b5ab7f891911beaa14eb9269033c84088dc
tree9914bd461b1bf27c17df9028a0866faed09e01fc
parent8917fa10b8afb1413b34a6134beea129e416f8c6
rust: Fetch cargo from rust-snapshot dir.

Fixes: Exception: no cargo executable found at
       `${B}/rustc-1.74.1-src/build/x86_64-unknown-linux-gnu/stage0/bin/cargo`

Fix the cargo binary path error on oe-selftest and path set to rust-snapshot dir.

Patch sent to upstream- https://github.com/rust-lang/rust/pull/120125

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/files/cargo-path.patch [new file with mode: 0644]