diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-05 19:03:35 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
| commit | bab6c139133dce85e14ed4013a8455957fc39b6f (patch) | |
| tree | 617267c32cd3adbee44be014003afacb9de6b364 /meta/recipes-devtools/rust/rust-source.inc | |
| parent | af6199215f44d369d0baf4af1230c2f7d84cac21 (diff) | |
| download | poky-bab6c139133dce85e14ed4013a8455957fc39b6f.tar.gz | |
rust: update 1.60.0 -> 1.62.0
Drop the two libstdc patches as they've finally appeared upstream.
Disable the use of libstdc++.a from the host distributions, as it results
in cross-distro contamination in rust-native.
(From OE-Core rev: 94760bc118952160865352c10ca7693680b5ce7e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-source.inc')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-source.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index f6f8b4bab5..fda26534e8 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" | 1 | SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" |
| 2 | SRC_URI[rust.sha256sum] = "a025876deccbcb3f288d8e02623ea321f94623f31305d3c5c6f17855bb9685db" | 2 | SRC_URI[rust.sha256sum] = "6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e" |
| 3 | 3 | ||
| 4 | RUSTSRC = "${WORKDIR}/rustc-${PV}-src" | 4 | RUSTSRC = "${WORKDIR}/rustc-${PV}-src" |
| 5 | 5 | ||
