internal-rust-native: correct inhibit

This commit is contained in:
Cody P Schafer
2014-12-16 13:43:25 -05:00
parent 23b9ac934e
commit c3b58fc4d6
+1 -1
View File
@@ -2,7 +2,7 @@ inherit native
PN = "rust-native"
# Otherwise we'll depend on what we provide
INHIBIT_DEFAULT_DEPS = "1"
INHIBIT_DEFAULT_RUST_DEPS = "1"
# We don't need to depend on gcc-native because yocto assumes it exists
PROVIDES = "virtual/${TARGET_PREFIX}rust"