diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.51.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.51.0.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.51.0.bb b/meta/recipes-devtools/rust/rust_1.51.0.bb deleted file mode 100644 index 05904453f7..0000000000 --- a/meta/recipes-devtools/rust/rust_1.51.0.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require rust-target.inc | ||
| 2 | require rust-source-${PV}.inc | ||
| 3 | require rust-snapshot-${PV}.inc | ||
| 4 | |||
| 5 | SRC_URI += " \ | ||
| 6 | file://riscv-march.patch \ | ||
| 7 | file://rv64gc.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | do_compile () { | ||
| 11 | rust_runx build --stage 2 | ||
| 12 | } | ||
| 13 | |||
| 14 | rust_do_install() { | ||
| 15 | rust_runx install | ||
| 16 | } | ||
