diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-25 20:44:27 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 09:44:52 +0100 |
| commit | 6bf209947d6aadc2bd53b5f045d259147be68574 (patch) | |
| tree | 1463ae0235e924b220db4c0b3adb85e232762c6f /meta/recipes-devtools/rust | |
| parent | 6608c076f64e37fd8c2cda41c1e700f86e4e60a8 (diff) | |
| download | poky-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/rust')
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.64.0.bb | 1 |
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 | ||
| 59 | EXTRA_TOOLS ?= "cargo-clippy clippy-driver rustfmt" | 59 | EXTRA_TOOLS ?= "cargo-clippy clippy-driver rustfmt" |
| 60 | EXTRA_TOOLS:remove:riscv32 = "rustfmt" | ||
| 61 | rust_do_install:class-target() { | 60 | rust_do_install:class-target() { |
| 62 | export PSEUDO_UNLOAD=1 | 61 | export PSEUDO_UNLOAD=1 |
| 63 | rust_runx install | 62 | rust_runx install |
