From 537ed2b654bbc44a84ad193feffee967355f6c65 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 29 Dec 2023 11:44:33 +0000 Subject: rust: Upgrade 1.72.1 -> 1.73.0 https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html (From OE-Core rev: 728c40b939c6af6358a483237298ca834cbb8993) Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/files/hardcodepaths.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/rust/files/hardcodepaths.patch') diff --git a/meta/recipes-devtools/rust/files/hardcodepaths.patch b/meta/recipes-devtools/rust/files/hardcodepaths.patch index 19c494ad9a..6eb091461f 100644 --- a/meta/recipes-devtools/rust/files/hardcodepaths.patch +++ b/meta/recipes-devtools/rust/files/hardcodepaths.patch @@ -6,9 +6,11 @@ Upstream-Status: Inappropriate [patches need rework] Signed-off-by: Richard Purdie Signed-off-by: Alex Kiernan ---- rustc-1.69.0-src/compiler/rustc_codegen_llvm/src/context.rs.orig 2023-04-21 08:38:23.092458478 +0100 -+++ rustc-1.69.0-src/compiler/rustc_codegen_llvm/src/context.rs 2023-04-21 08:39:00.266819755 +0100 -@@ -156,46 +156,6 @@ +Index: rustc-1.73.0-src/compiler/rustc_codegen_llvm/src/context.rs +=================================================================== +--- rustc-1.73.0-src.orig/compiler/rustc_codegen_llvm/src/context.rs ++++ rustc-1.73.0-src/compiler/rustc_codegen_llvm/src/context.rs +@@ -157,46 +157,6 @@ pub unsafe fn create_module<'ll>( } } -- cgit v1.2.3-54-g00ecf