Update to Rust and Cargo 1.37.0.

This commit is contained in:
Colin Finck
2019-08-29 11:31:28 +02:00
committed by Colin Finck
parent c5ff05d1e9
commit afccedc43c
8 changed files with 113 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
require rust.inc
require rust-source-${PV}.inc
require rust-snapshot-${PV}.inc
DEPENDS += "rust-llvm (=${PV})"
# Otherwise we'll depend on what we provide
INHIBIT_DEFAULT_RUST_DEPS_class-native = "1"
# We don't need to depend on gcc-native because yocto assumes it exists
PROVIDES_class-native = "virtual/${TARGET_PREFIX}rust"
BBCLASSEXTEND = "native"