From 807831067405a465886593df4e3057d3846a0001 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 24 Nov 2023 14:42:53 +0000 Subject: [PATCH] rust: Drop TARGET_VENDOR export This was used by crossbeam_atomic.patch, but that patch was removed as part of the 1.69.0 upgrade. (From OE-Core rev: 3753997d6ec19e8cd082f9a602ebe4a7c1308c36) Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/rust-source.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index 4a720e645b..7a0790f6b6 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc @@ -12,8 +12,5 @@ SRC_URI[rust.sha256sum] = "bb8e9c564566b2d3228d95de9063a9254182446a161353f1d843b RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src" -# Used by crossbeam_atomic.patch -export TARGET_VENDOR - UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html" UPSTREAM_CHECK_REGEX = "rustc-(?P\d+(\.\d+)+)-src"