summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.51.0.bb
blob: 05904453f79448b8dd72865496b8e08d78f56842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}