rust-cross: depend on glibc (may not be correct)
This commit is contained in:
@@ -3,7 +3,8 @@ inherit cross
|
|||||||
# Otherwise we'll depend on what we provide
|
# Otherwise we'll depend on what we provide
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
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"
|
PROVIDES = "virtual/${TARGET_PREFIX}rust"
|
||||||
PN = "rust-cross-${TARGET_ARCH}"
|
PN = "rust-cross-${TARGET_ARCH}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user