From: Alexander Kanavin Date: Tue, 1 Nov 2022 20:10:44 +0000 (+0100) Subject: rust: submit a rewritten version of crossbeam_atomic.patch upstream X-Git-Tag: uninative-3.8~635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bbfd7427092063dd612d2ca9e466cb819f5a3e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rust: submit a rewritten version of crossbeam_atomic.patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch b/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch index 2f3f985243c..13719ee9dc4 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 and compare against the architecture/processor, or replace -unknown with a glob to create a patch that upstream might accept. -Upstream-Status: Inappropriate [OE Specific tweak but could be rewritten] +Upstream-Status: Submitted [https://github.com/crossbeam-rs/crossbeam/pull/922] Signed-off-by: Richard Purdie Index: rustc-1.64.0-src/vendor/crossbeam-utils/build.rs