From 5dda6c427a7cca264870f6b7fc64753203e7d30d Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 28 Jan 2021 10:27:48 +0100 Subject: [PATCH] rust-llvm: Use early variable assignment for the license checksum in rust-llvm.inc Because rust-llvm-ncsa.inc requires rust-llvm.inc we do not want that the latter overrides the license checksum set in the former. Signed-off-by: Florin Sarbu --- recipes-devtools/rust/rust-llvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/rust/rust-llvm.inc b/recipes-devtools/rust/rust-llvm.inc index 53ae87e..fb6c13e 100644 --- a/recipes-devtools/rust/rust-llvm.inc +++ b/recipes-devtools/rust/rust-llvm.inc @@ -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