diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-08 10:32:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-09 11:46:27 +0000 |
commit | 9310d1531cbc03241d03ca4c089d46e058b10dc3 (patch) | |
tree | 6ee67a7e64d0bb35b34299a82789ab69a616769a /meta/conf | |
parent | 290b654a38e0e2ca1e3c48cb6e7a520332d6c91e (diff) | |
download | poky-9310d1531cbc03241d03ca4c089d46e058b10dc3.tar.gz |
rust: update 1.58.1 -> 1.59.0
Drop libstd-rs patches as they're merged upstream.
(From OE-Core rev: 05f4a09899aa8dbb22ef1adb494abac41d5b96b7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index f311e73f8d..d362bd76c6 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -27,7 +27,7 @@ GOVERSION ?= "1.17%" | |||
27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote | 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote |
28 | # llvm version being used, so always bump it with llvm recipe version bump | 28 | # llvm version being used, so always bump it with llvm recipe version bump |
29 | LLVMVERSION ?= "13.0.1" | 29 | LLVMVERSION ?= "13.0.1" |
30 | RUSTVERSION ?= "1.58%" | 30 | RUSTVERSION ?= "1.59%" |
31 | 31 | ||
32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |