Files
meta-rust/recipes-devtools/rust/rust_1.51.0.bb
Colin Finck 191cd91817 Update to Rust 1.51.0 and remove 1.47.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28 15:55:12 -07:00

12 lines
180 B
BlitzBasic

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
}