Update the source paths for each item
The path to the rust source changes from 1.15 so preemptively make changes to prepare for that. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
committed by
Doug Goldstein
parent
502fc9b1d1
commit
64cdd4b714
@@ -4,8 +4,6 @@ SECTION = "devel"
|
||||
LICENSE = "MIT | Apache-2.0"
|
||||
LIC_FILES_CHKSUM ="file://COPYRIGHT;md5=43e1f1fb9c0ee3af66693d8c4fecafa8"
|
||||
|
||||
S = "${WORKDIR}/rustc-${PV}"
|
||||
|
||||
SRC_URI += "\
|
||||
crate://crates.io/gcc/0.3.27 \
|
||||
"
|
||||
@@ -18,8 +16,6 @@ inherit cargo
|
||||
# Needed so cargo can find libbacktrace
|
||||
RUSTFLAGS += "-L ${STAGING_LIBDIR}"
|
||||
|
||||
S = "${WORKDIR}/rustc-${PV}"
|
||||
|
||||
do_compile_prepend () {
|
||||
cd ${S}/src/rustc/std_shim
|
||||
export CARGO_TARGET_DIR="${B}"
|
||||
|
||||
Reference in New Issue
Block a user