Merge pull request #297 from shr-project/jansa/lic

Fix https://github.com/meta-rust/meta-rust/pull/289
This commit is contained in:
Cody Schafer
2021-02-07 13:14:42 -05:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
LICENSE = "NCSA"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=c6b766a4e85dd28301eeed54a6684648"
require rust-llvm.inc
LICENSE = "NCSA"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=c6b766a4e85dd28301eeed54a6684648"
+1 -1
View File
@@ -5,7 +5,7 @@ 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=8a15a0759ef07f2682d2ba4b893c9afe"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe"
inherit cmake python3native