]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Upgrade 1.73.0 -> 1.74.0
authorAlex Kiernan <alex.kiernan@gmail.com>
Fri, 29 Dec 2023 11:44:34 +0000 (11:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Dec 2023 11:00:05 +0000 (11:00 +0000)
commit84f46dd2503bb0ef238fef0097c66fda88f6cbda
tree90326581e161f7307ba69d40747056f113669526
parent728c40b939c6af6358a483237298ca834cbb8993
rust: Upgrade 1.73.0 -> 1.74.0

Replace musl fixes with backports from upstream.

Add sysconfdir to config.toml to fix:

| thread 'main' panicked at install.rs:92:9:
| User doesn't have write access on `install.sysconfdir` path in `config.toml`.

https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/rust/cargo_1.74.0.bb [moved from meta/recipes-devtools/rust/cargo_1.73.0.bb with 100% similarity]
meta/recipes-devtools/rust/files/0001-Do-not-use-LFS64-on-linux-with-musl.patch [deleted file]
meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch [deleted file]
meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch [new file with mode: 0644]
meta/recipes-devtools/rust/files/hardcodepaths.patch
meta/recipes-devtools/rust/libstd-rs_1.74.0.bb [moved from meta/recipes-devtools/rust/libstd-rs_1.73.0.bb with 100% similarity]
meta/recipes-devtools/rust/rust-cross-canadian_1.74.0.bb [moved from meta/recipes-devtools/rust/rust-cross-canadian_1.73.0.bb with 100% similarity]
meta/recipes-devtools/rust/rust-llvm_1.74.0.bb [moved from meta/recipes-devtools/rust/rust-llvm_1.73.0.bb with 100% similarity]
meta/recipes-devtools/rust/rust-snapshot.inc
meta/recipes-devtools/rust/rust-source.inc
meta/recipes-devtools/rust/rust_1.74.0.bb [moved from meta/recipes-devtools/rust/rust_1.73.0.bb with 99% similarity]