From bc04c2ea4abdb596c1b46a08a7c80870d398f90e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 7 Mar 2017 13:07:19 -0600 Subject: [PATCH] libstd-rs: move depends out of the shared file Technically these dependencies change between versions. It just happens that these two versions didn't change the dependencies but future versions will so preemptively make the adjustment. --- recipes-devtools/rust/libstd-rs.inc | 4 ---- recipes-devtools/rust/libstd-rs_1.12.1.bb | 4 ++++ recipes-devtools/rust/libstd-rs_1.14.0.bb | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-devtools/rust/libstd-rs.inc b/recipes-devtools/rust/libstd-rs.inc index f79548e..21a312a 100644 --- a/recipes-devtools/rust/libstd-rs.inc +++ b/recipes-devtools/rust/libstd-rs.inc @@ -4,10 +4,6 @@ SECTION = "devel" LICENSE = "MIT | Apache-2.0" LIC_FILES_CHKSUM ="file://COPYRIGHT;md5=43e1f1fb9c0ee3af66693d8c4fecafa8" -SRC_URI += "\ - crate://crates.io/gcc/0.3.27 \ -" - DEPENDS += "compiler-rt (=${PV})" RUSTLIB_DEP = "" diff --git a/recipes-devtools/rust/libstd-rs_1.12.1.bb b/recipes-devtools/rust/libstd-rs_1.12.1.bb index 88b0fc1..d8e02b2 100644 --- a/recipes-devtools/rust/libstd-rs_1.12.1.bb +++ b/recipes-devtools/rust/libstd-rs_1.12.1.bb @@ -1,2 +1,6 @@ require rust-source-${PV}.inc require libstd-rs.inc + +SRC_URI += "\ + crate://crates.io/gcc/0.3.27 \ +" diff --git a/recipes-devtools/rust/libstd-rs_1.14.0.bb b/recipes-devtools/rust/libstd-rs_1.14.0.bb index 88b0fc1..d8e02b2 100644 --- a/recipes-devtools/rust/libstd-rs_1.14.0.bb +++ b/recipes-devtools/rust/libstd-rs_1.14.0.bb @@ -1,2 +1,6 @@ require rust-source-${PV}.inc require libstd-rs.inc + +SRC_URI += "\ + crate://crates.io/gcc/0.3.27 \ +"