Update to Rust and Cargo 1.39.0

This commit is contained in:
Reto Schneider
2019-11-08 18:00:16 +01:00
parent 5cda04c7c2
commit 71895ec5a4
13 changed files with 120 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
SUMMARY = "LLVM compiler framework (packaged with rust)"
LICENSE = "NCSA"
LICENSE ?= "Apache-2.0-with-LLVM-exception"
SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch"
S = "${RUSTSRC}/src/llvm-project/llvm"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=4c0bc17c954e99fd547528d938832bfa"
LIC_FILES_CHKSUM ?= "file://LICENSE.TXT;md5=4c0bc17c954e99fd547528d938832bfa"
inherit cmake pythonnative