summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-25 20:44:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 09:44:52 +0100
commit6bf209947d6aadc2bd53b5f045d259147be68574 (patch)
tree1463ae0235e924b220db4c0b3adb85e232762c6f /meta/recipes-devtools
parent6608c076f64e37fd8c2cda41c1e700f86e4e60a8 (diff)
downloadpoky-6bf209947d6aadc2bd53b5f045d259147be68574.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rust/rust_1.64.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.64.0.bb b/meta/recipes-devtools/rust/rust_1.64.0.bb
index 1f9dbd3cce..dbf74cec8f 100644
--- a/meta/recipes-devtools/rust/rust_1.64.0.bb
+++ b/meta/recipes-devtools/rust/rust_1.64.0.bb
@@ -57,7 +57,6 @@ rust_do_install:class-nativesdk() {
57} 57}
58 58
59EXTRA_TOOLS ?= "cargo-clippy clippy-driver rustfmt" 59EXTRA_TOOLS ?= "cargo-clippy clippy-driver rustfmt"
60EXTRA_TOOLS:remove:riscv32 = "rustfmt"
61rust_do_install:class-target() { 60rust_do_install:class-target() {
62 export PSEUDO_UNLOAD=1 61 export PSEUDO_UNLOAD=1
63 rust_runx install 62 rust_runx install