diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-llvm.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm.inc b/meta/recipes-devtools/rust/rust-llvm.inc index 5c2ccdac9a..9baad12dc8 100644 --- a/meta/recipes-devtools/rust/rust-llvm.inc +++ b/meta/recipes-devtools/rust/rust-llvm.inc | |||
@@ -3,7 +3,8 @@ LICENSE ?= "Apache-2.0-with-LLVM-exception" | |||
3 | HOMEPAGE = "http://www.rust-lang.org" | 3 | HOMEPAGE = "http://www.rust-lang.org" |
4 | 4 | ||
5 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 5 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
6 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2" | 6 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
7 | file://0003-llvm-fix-include-benchmarks.patch;striplevel=2" | ||
7 | 8 | ||
8 | S = "${RUSTSRC}/src/llvm-project/llvm" | 9 | S = "${RUSTSRC}/src/llvm-project/llvm" |
9 | 10 | ||