diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-llvm_1.75.0.bb')
-rw-r--r-- | meta/recipes-devtools/rust/rust-llvm_1.75.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb b/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb index 13bdadb5e7..292fc15c55 100644 --- a/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb +++ b/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb | |||
@@ -10,7 +10,8 @@ require rust-source.inc | |||
10 | 10 | ||
11 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 11 | SRC_URI += "file://0002-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
12 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 12 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
13 | file://0003-llvm-fix-include-benchmarks.patch;striplevel=2" | 13 | file://0003-llvm-fix-include-benchmarks.patch;striplevel=2 \ |
14 | file://0004-llvm-Fix-CVE-2024-0151.patch;striplevel=2" | ||
14 | 15 | ||
15 | S = "${RUSTSRC}/src/llvm-project/llvm" | 16 | S = "${RUSTSRC}/src/llvm-project/llvm" |
16 | 17 | ||