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
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "LLVM compiler framework (packaged with rust)"
|
||||
LICENSE = "NCSA"
|
||||
|
||||
S = "${WORKDIR}/rustc-${PV}/src/llvm"
|
||||
S = "${RUSTSRC}/src/llvm"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=4c0bc17c954e99fd547528d938832bfa"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user