Re: [OE-core] [PATCH] rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures

2023-12-13 Thread Ross Burton
On 30 Nov 2023, at 09:07, Hemraj, Deepthi via lists.openembedded.org wrote: > +if echo "${TARGET_ARCH}" | grep -q "64"; then > +RUST_ENV_SETUP_SH="${ENV_SETUP_DIR}/rust.sh" > +else > +RUST_ENV_SETUP_SH="${ENV_SETUP_DIR}/rust-32.sh" > +fi If you really must look at

[OE-core] [PATCH] rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures

2023-11-30 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj [YOCTO #15061] Rust multilib sdks broken because of the conflicts between attempted installs of rust-cross-canadian for 32 and 64 bit target architectures 32 and 64 bit target architectures are trying to install cargo.sh and rust.sh in the same path which resulted in the