From c3b58fc4d62ab0829105dde03d1caa04608f09d9 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 16 Dec 2014 13:43:25 -0500 Subject: [PATCH] internal-rust-native: correct inhibit --- classes/internal-rust-native.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"