]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Fix build failure on riscv32
authorKhem Raj <raj.khem@gmail.com>
Sat, 20 Aug 2022 15:09:22 +0000 (08:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Aug 2022 09:37:22 +0000 (10:37 +0100)
commit097e38f28990229c3f54f4e6cb74ca8be0b806e6
tree0c0122301c1829995c6e6c074424b687018347c0
parent9f390accf5fd174c430928cf841728d0456fc1b7
rust: Fix build failure on riscv32

Latest rust has started using ENOTSUP define, which is not available in
the older libc that current release of compiler is using therefore
backport the needed patch. Eventually when vendored version of libc
bumps to 1.33+ we should not need this patch.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/rust/rust-source.inc
meta/recipes-devtools/rust/rust/0001-Add-ENOTSUP-constant-for-riscv32-musl.patch [new file with mode: 0644]