xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/rust-target.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require rust.inc
2
3DEPENDS += "rust-llvm (=${PV})"
4
5# Otherwise we'll depend on what we provide
6INHIBIT_DEFAULT_RUST_DEPS:class-native = "1"
7# We don't need to depend on gcc-native because yocto assumes it exists
8PROVIDES:class-native = "virtual/${TARGET_PREFIX}rust"
9
10BBCLASSEXTEND = "native"
11