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-03 07:46:46 +0000
commitc6d8d49167f069b792ac4a76d90170073ba9ba49 (patch)
tree0512bd6983372fbbb2867b7c5416d0ced82a1d55
parentcaff6de42babfe797b729c0cc4d50565c52e0750 (diff)
downloadpoky-c6d8d49167f069b792ac4a76d90170073ba9ba49.tar.gz
rust: submit a rewritten version of crossbeam_atomic.patch upstream
(From OE-Core rev: 4bbfd7427092063dd612d2ca9e466cb819f5a3e3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 2f3f985243..13719ee9dc 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.64.0-src/vendor/crossbeam-utils/build.rs 20Index: rustc-1.64.0-src/vendor/crossbeam-utils/build.rs