diff --git a/classes/internal-rust-native.bbclass b/classes/internal-rust-native.bbclass index 52a7ce1..8af37a3 100644 --- a/classes/internal-rust-native.bbclass +++ b/classes/internal-rust-native.bbclass @@ -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"