summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rust/cargo_1.66.0.bb (renamed from meta/recipes-devtools/cargo/cargo_1.66.0.bb)9
-rw-r--r--meta/recipes-devtools/rust/files/crossbeam_atomic.patch (renamed from meta/recipes-devtools/rust/rust/crossbeam_atomic.patch)0
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cargo/cargo_1.66.0.bb b/meta/recipes-devtools/rust/cargo_1.66.0.bb
index fe8049b68c..f00c67bef5 100644
--- a/meta/recipes-devtools/cargo/cargo_1.66.0.bb
+++ b/meta/recipes-devtools/rust/cargo_1.66.0.bb
@@ -11,8 +11,13 @@ LIC_FILES_CHKSUM = " \
11 file://LICENSE-THIRD-PARTY;md5=f257ad009884cb88a3a87d6920e7180a \ 11 file://LICENSE-THIRD-PARTY;md5=f257ad009884cb88a3a87d6920e7180a \
12" 12"
13 13
14require recipes-devtools/rust/rust-source.inc 14require rust-source.inc
15require recipes-devtools/rust/rust-snapshot.inc 15require rust-snapshot.inc
16
17SRC_URI:append:class-target = " file://crossbeam_atomic.patch;patchdir=${RUSTSRC}"
18
19# Used by crossbeam_atomic.patch
20export TARGET_VENDOR
16 21
17S = "${RUSTSRC}/src/tools/cargo" 22S = "${RUSTSRC}/src/tools/cargo"
18CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor" 23CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor"
diff --git a/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch b/meta/recipes-devtools/rust/files/crossbeam_atomic.patch
index b24ac439c6..b24ac439c6 100644
--- a/meta/recipes-devtools/rust/rust/crossbeam_atomic.patch
+++ b/meta/recipes-devtools/rust/files/crossbeam_atomic.patch