Update to rust and cargo version 1.36.0

This commit is contained in:
Johan Anderholm
2019-08-02 08:51:33 +02:00
parent 9487b089ea
commit 2f323e1e9e
15 changed files with 82 additions and 43 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Common variables used by all Rust builds
export rustlibdir = "${libdir}/rust"
FILES_${PN} += "${rustlibdir}/*.so"
FILES_${PN}-dev += "${rustlibdir}/*.rlib"
FILES_${PN}-dev += "${rustlibdir}/*.rlib ${rustlibdir}/*.rmeta"
FILES_${PN}-dbg += "${rustlibdir}/.debug"
RUSTLIB = "-L ${STAGING_LIBDIR}/rust"