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