From 2985fc9b12a4cab19511b4b416da461fbe9ab5c2 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 7 Dec 2016 15:13:18 -0600 Subject: [PATCH] libstd-rs: update to use Cargo 0.13.0 fetching (cherry picked from commit 04bd03be1eb18db2f03916226b60c96a4ec33a76) --- recipes-devtools/rust/libstd-rs_1.12.1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-devtools/rust/libstd-rs_1.12.1.bb b/recipes-devtools/rust/libstd-rs_1.12.1.bb index 821f3cc..0f2f8dc 100644 --- a/recipes-devtools/rust/libstd-rs_1.12.1.bb +++ b/recipes-devtools/rust/libstd-rs_1.12.1.bb @@ -8,11 +8,8 @@ require rust-source-${PV}.inc S = "${WORKDIR}/rustc-${PV}" -CARGO_INDEX_COMMIT = "6127fc24b0b6fe73fe4d339817fbf000b9a798a2" - SRC_URI += "\ crate://crates.io/gcc/0.3.27 \ - crate-index://crates.io/${CARGO_INDEX_COMMIT} \ " DEPENDS += "compiler-rt (=${PV})"