diff --git a/recipes/rust/files/rust-llvm/0000-rust-llvm-remove-extra-slash.patch b/recipes/rust/files/rust-llvm/0000-rust-llvm-remove-extra-slash.patch index 43c52d7..66d7078 100644 --- a/recipes/rust/files/rust-llvm/0000-rust-llvm-remove-extra-slash.patch +++ b/recipes/rust/files/rust-llvm/0000-rust-llvm-remove-extra-slash.patch @@ -1,5 +1,5 @@ -lude/llvm/CodeGen/CommandFlags.h.orig 2016-01-18 19:18:03.847470845 +0000 -+++ llvm/include/llvm/CodeGen/CommandFlags.h 2016-01-18 19:18:11.211408270 +0000 ++++ llvm/src/llvm/include/llvm/CodeGen/CommandFlags.h.orig 2016-01-18 19:18:03.847470845 +0000 ++++ llvm/src/llvm/include/llvm/CodeGen/CommandFlags.h 2016-01-18 19:18:11.211408270 +0000 @@ -21,7 +21,7 @@ #include "llvm/IR/Intrinsics.h" #include "llvm/IR/Module.h" diff --git a/recipes/rust/rust-llvm.inc b/recipes/rust/rust-llvm.inc index 15a8ddc..0ed6096 100644 --- a/recipes/rust/rust-llvm.inc +++ b/recipes/rust/rust-llvm.inc @@ -5,8 +5,6 @@ LICENSE = "NCSA" S .= "/src/llvm" -SRC_URI_append = "file://rust-llvm/0000-rust-llvm-remove-extra-slash.patch" - inherit autotools EXTRA_OECONF += "--enable-targets=x86,x86_64,arm,aarch64,mips,powerpc" diff --git a/recipes/rust/rust-source.bb b/recipes/rust/rust-source.bb index 63d3792..e0a2185 100644 --- a/recipes/rust/rust-source.bb +++ b/recipes/rust/rust-source.bb @@ -26,6 +26,6 @@ SRC_URI_append = "\ file://rust/0011-Allow-overriding-crate_hash-with-C-crate_hash.patch \ file://rust/0012-mk-platform.mk-pass-C-crate_hash-to-builds.patch \ file://rust/0013-mk-allow-changing-the-platform-configuration-source-.patch \ -\ - file://rust-installer/0001-add-option-to-disable-rewriting-of-install-paths.patch;patchdir=src/rust-installer \ + file://rust-llvm/0000-rust-llvm-remove-extra-slash.patch \ + file://rust-installer/0001-add-option-to-disable-rewriting-of-install-paths.patch;patchdir=src/rust-installer \ "