summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/rust-target.inc
blob: 3f637b3ba5489c45591f322a72a26f44aa5270f1 (plain)
1
2
3
4
5
6
7
8
9
10
require rust.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"