summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rust/rust-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross.inc b/meta/recipes-devtools/rust/rust-cross.inc
index 42163f7b81..bb625f4240 100644
--- a/meta/recipes-devtools/rust/rust-cross.inc
+++ b/meta/recipes-devtools/rust/rust-cross.inc
@@ -34,7 +34,7 @@ DEPENDS += "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}compilerlibs vir
34DEPENDS += "rust-native" 34DEPENDS += "rust-native"
35 35
36PROVIDES = "virtual/${TARGET_PREFIX}rust" 36PROVIDES = "virtual/${TARGET_PREFIX}rust"
37PN = "rust-cross-${TARGET_ARCH}" 37PN = "rust-cross-${TARGET_ARCH}-${TCLIBC}"
38 38
39# In the cross compilation case, rustc doesn't seem to get the rpath quite 39# In the cross compilation case, rustc doesn't seem to get the rpath quite
40# right. It manages to include '../../lib/${TARGET_PREFIX}', but doesn't 40# right. It manages to include '../../lib/${TARGET_PREFIX}', but doesn't