mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
rust: install rustfmt for riscv32 as well
With the above rust arch fixes it builds just fine. (From OE-Core rev: f417ae30c79fac99e2549324ed351f6f63cc4a25) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6608c076f6
commit
6bf209947d
@@ -57,7 +57,6 @@ rust_do_install:class-nativesdk() {
|
||||
}
|
||||
|
||||
EXTRA_TOOLS ?= "cargo-clippy clippy-driver rustfmt"
|
||||
EXTRA_TOOLS:remove:riscv32 = "rustfmt"
|
||||
rust_do_install:class-target() {
|
||||
export PSEUDO_UNLOAD=1
|
||||
rust_runx install
|
||||
|
||||
Reference in New Issue
Block a user