summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.51.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.51.0.bb')
-rw-r--r--meta/recipes-devtools/rust/rust_1.51.0.bb16
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 @@
-require rust-target.inc
-require rust-source-${PV}.inc
-require rust-snapshot-${PV}.inc
-
-SRC_URI += " \
- file://riscv-march.patch \
- file://rv64gc.patch \
- "
-
-do_compile () {
- rust_runx build --stage 2
-}
-
-rust_do_install() {
- rust_runx install
-}