multiple fixes

- avoid choking in morestack on i586,
 - fixup dependencies
 - rename rust-cross to internal-rust-cross (in the hope the people are
   less likely to try to inherit it when they shouldn't)
 - enable-local-rust for -target and -cross builds
This commit is contained in:
Cody P Schafer
2014-11-15 21:46:04 -05:00
parent 67094e7ee4
commit 79c4a9843e
6 changed files with 64 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
inherit native
PN = "rust-native"
USE_LOCAL_NATIVE_RUST ??= "0"
USE_LOCAL_RUST = "${base_conditional('USE_LOCAL_NATIVE_RUST', '0', '0', '1')}"