libstd-rs: download dependent crates

Cargo was trying to download these itself before, which isn't allowed.
Use the crate fetcher to get our dependencies
This commit is contained in:
Steven Walter
2016-09-02 12:15:33 -04:00
committed by Steven Walter
parent 1059968d25
commit f31f0c2257
+7
View File
@@ -6,6 +6,13 @@ LICENSE = "MIT | Apache-2.0"
LIC_FILES_CHKSUM ="file://COPYRIGHT;md5=43e1f1fb9c0ee3af66693d8c4fecafa8"
require rust-shared-source.inc
CARGO_INDEX_COMMIT = "6127fc24b0b6fe73fe4d339817fbf000b9a798a2"
SRC_URI += "\
crate://crates.io/gcc/0.3.26 \
crate-index://crates.io/${CARGO_INDEX_COMMIT} \
"
DEPENDS += "compiler-rt"
RUSTLIB_DEP = ""