diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-25 20:44:27 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-09 17:42:14 +0000 |
| commit | cb9d9fd076bc2d994d79acdd38bd58954732d385 (patch) | |
| tree | 875826c8aa76e1fb7aa17d89a9bbf53fbe8957ad | |
| parent | 7b401c7540265fb1e6e791a0531475881d08822d (diff) | |
| download | poky-cb9d9fd076bc2d994d79acdd38bd58954732d385.tar.gz | |
rust: install rustfmt for riscv32 as well
With the above rust arch fixes it builds just fine.
(From OE-Core rev: 655b9a0bbe07b33db8aa6ebf7c49f3d9074cc5e0)
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>
(cherry picked from commit f417ae30c79fac99e2549324ed351f6f63cc4a25)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.63.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.63.0.bb b/meta/recipes-devtools/rust/rust_1.63.0.bb index 1f9dbd3cce..dbf74cec8f 100644 --- a/meta/recipes-devtools/rust/rust_1.63.0.bb +++ b/meta/recipes-devtools/rust/rust_1.63.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 |
