diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-01-13 11:53:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-15 12:23:41 +0000 |
| commit | 7692ed049dbdc8b9c362b64700c58c1f2b343ac1 (patch) | |
| tree | 18fb04069d04f2e122232c775e9839cf18bdd7aa /meta | |
| parent | afd2d15923612bf2baaf7278f3e307a5bd72cbf2 (diff) | |
| download | poky-7692ed049dbdc8b9c362b64700c58c1f2b343ac1.tar.gz | |
rust: Remove CARGO_VERSION
CARGO_VERSION isn't broken out in rust/src/stage0.json, there's only one
snapshot version, so just use that.
(From OE-Core rev: 9b0f88642570383b09de94238fe1a8ef5119fb47)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-snapshot.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/rust-snapshot.inc b/meta/recipes-devtools/rust/rust-snapshot.inc index 6420bcff55..25192c9f76 100644 --- a/meta/recipes-devtools/rust/rust-snapshot.inc +++ b/meta/recipes-devtools/rust/rust-snapshot.inc | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | ## earlier SRC_URI. | 7 | ## earlier SRC_URI. |
| 8 | 8 | ||
| 9 | SNAPSHOT_VERSION = "1.65.0" | 9 | SNAPSHOT_VERSION = "1.65.0" |
| 10 | CARGO_VERSION = "1.65.0" | ||
| 11 | 10 | ||
| 12 | # TODO: Add hashes for other architecture toolchains as well. Make a script? | 11 | # TODO: Add hashes for other architecture toolchains as well. Make a script? |
| 13 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "2b588cd2d49688c0c33b7466614123e8fe4c910f4d802fc0ff0662b1772816a9" | 12 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "2b588cd2d49688c0c33b7466614123e8fe4c910f4d802fc0ff0662b1772816a9" |
| @@ -30,4 +29,4 @@ SRC_URI += " \ | |||
| 30 | 29 | ||
| 31 | RUST_STD_SNAPSHOT = "rust-std-${SNAPSHOT_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" | 30 | RUST_STD_SNAPSHOT = "rust-std-${SNAPSHOT_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" |
| 32 | RUSTC_SNAPSHOT = "rustc-${SNAPSHOT_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" | 31 | RUSTC_SNAPSHOT = "rustc-${SNAPSHOT_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" |
| 33 | CARGO_SNAPSHOT = "cargo-${CARGO_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" | 32 | CARGO_SNAPSHOT = "cargo-${SNAPSHOT_VERSION}-${RUST_BUILD_ARCH}-unknown-linux-gnu" |
