summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust_1.54.0.bb
blob: 07221ac1277ad0c39d6b56275223e06f2a27405b (plain)
1
2
3
4
5
6
7
8
9
10
11
require rust-target.inc
require rust-source-${PV}.inc
require rust-snapshot-${PV}.inc

do_compile () {
    rust_runx build --stage 2
}

rust_do_install() {
    rust_runx install
}