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.
This commit is contained in:
Doug Goldstein
2017-03-07 13:07:19 -06:00
parent 64cdd4b714
commit bc04c2ea4a
3 changed files with 8 additions and 4 deletions
-4
View File
@@ -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 = ""
@@ -1,2 +1,6 @@
require rust-source-${PV}.inc
require libstd-rs.inc
SRC_URI += "\
crate://crates.io/gcc/0.3.27 \
"
@@ -1,2 +1,6 @@
require rust-source-${PV}.inc
require libstd-rs.inc
SRC_URI += "\
crate://crates.io/gcc/0.3.27 \
"