summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-01 21:10:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-24 15:30:06 +0000
commitb46e303b92465abe7fe60b0a20f195b5e162be1d (patch)
treeca033e1d91c5ddd696c04ce6f43fd78dabf07b16
parent37a5b06ccdb3891e56b73ff2fb65de890b632092 (diff)
downloadpoky-b46e303b92465abe7fe60b0a20f195b5e162be1d.tar.gz
rust: submit a rewritten version of crossbeam_atomic.patch upstream
(From OE-Core rev: 3a4e447dd9207fecce4373065172bcb67ee765b4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4bbfd7427092063dd612d2ca9e466cb819f5a3e3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rust/rust/crossbeam_atomic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch b/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch
index 7097bb9087..31a76d9bb4 100644
--- a/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch
+++ b/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch
@@ -14,7 +14,7 @@ Someone with more rust knowledge could split up the triplets in no_atmoics.rs
14and compare against the architecture/processor, or replace -unknown with a glob 14and compare against the architecture/processor, or replace -unknown with a glob
15to create a patch that upstream might accept. 15to create a patch that upstream might accept.
16 16
17Upstream-Status: Inappropriate [OE Specific tweak but could be rewritten] 17Upstream-Status: Submitted [https://github.com/crossbeam-rs/crossbeam/pull/922]
18Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 18Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 19
20Index: rustc-1.63.0-src/vendor/crossbeam-utils/build.rs 20Index: rustc-1.63.0-src/vendor/crossbeam-utils/build.rs