summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rust/cargo_1.66.0.bb5
-rw-r--r--meta/recipes-devtools/rust/files/getrandom-open64.patch (renamed from meta/recipes-devtools/rust/rust/getrandom-open64.patch)0
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/cargo_1.66.0.bb b/meta/recipes-devtools/rust/cargo_1.66.0.bb
index 37e0123ee3..f45f8f1e12 100644
--- a/meta/recipes-devtools/rust/cargo_1.66.0.bb
+++ b/meta/recipes-devtools/rust/cargo_1.66.0.bb
@@ -14,7 +14,10 @@ LIC_FILES_CHKSUM = " \
14require rust-source.inc 14require rust-source.inc
15require rust-snapshot.inc 15require rust-snapshot.inc
16 16
17SRC_URI:append:class-target = " file://crossbeam_atomic.patch;patchdir=${RUSTSRC}" 17SRC_URI:append:class-target = "\
18 file://crossbeam_atomic.patch;patchdir=${RUSTSRC} \
19 file://getrandom-open64.patch;patchdir=${RUSTSRC} \
20"
18 21
19# Used by crossbeam_atomic.patch 22# Used by crossbeam_atomic.patch
20export TARGET_VENDOR 23export TARGET_VENDOR
diff --git a/meta/recipes-devtools/rust/rust/getrandom-open64.patch b/meta/recipes-devtools/rust/files/getrandom-open64.patch
index 6fc981e2aa..6fc981e2aa 100644
--- a/meta/recipes-devtools/rust/rust/getrandom-open64.patch
+++ b/meta/recipes-devtools/rust/files/getrandom-open64.patch