diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-snapshot-1.54.0.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-snapshot-1.54.0.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-snapshot-1.54.0.inc b/meta/recipes-devtools/rust/rust-snapshot-1.54.0.inc new file mode 100644 index 0000000000..598f4ed109 --- /dev/null +++ b/meta/recipes-devtools/rust/rust-snapshot-1.54.0.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | require rust-snapshot.inc | ||
2 | |||
3 | ## This is information on the rust-snapshot (binary) used to build our current release. | ||
4 | ## snapshot info is taken from rust/src/stage0.txt | ||
5 | ## TODO: find a way to add additional SRC_URIs based on the contents of an | ||
6 | ## earlier SRC_URI. | ||
7 | RS_VERSION = "1.53.0" | ||
8 | CARGO_VERSION = "1.53.0" | ||
9 | |||
10 | # TODO: Add hashes for other architecture toolchains as well. Make a script? | ||
11 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "66d5257bbd194db08e67ca63a74cc80cdc4a36eaa30bf7dfe65861d9deaff7f7" | ||
12 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "9c2f0443a546dd18f1f020c7711a7b9864432545ceb812e79315c1e76508b193" | ||
13 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "e4437f6c83574fc60e183f4df439190f7610e4a669476802795645da66fbb83b" | ||
14 | |||
15 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "fc261d0ff057c58b36057c30217bad1a29a9a3f257c70f5df88ad3f1d982386e" | ||
16 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "a857e5c615f6b5b3afc6b707ae007b3b4624585b0b2ba9b38b553114db37f8d5" | ||
17 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "4fa425a2d4633aeca67fa42695b3b9100f8b988dd1c21e60d6b2aa1164e55c0c" | ||
18 | |||