rust-cross: depend on glibc (may not be correct)

This commit is contained in:
Cody P Schafer
2014-11-17 16:36:09 -05:00
parent 9f527cff0d
commit 5dff55ff8c
+2 -1
View File
@@ -3,7 +3,8 @@ inherit cross
# Otherwise we'll depend on what we provide
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "virtual/${TARGET_PREFIX}gcc rust-native"
# XXX: will this glibc be correctly parsed? (glibc doesn't provice a virtual/${TARGET_PREFIX}libc)
DEPENDS += "virtual/${TARGET_PREFIX}gcc rust-native glibc"
PROVIDES = "virtual/${TARGET_PREFIX}rust"
PN = "rust-cross-${TARGET_ARCH}"