From: Yoann Congal Date: Sun, 13 Apr 2025 12:33:23 +0000 (+0200) Subject: cargo-c: Update patch Upstream-Status X-Git-Tag: uninative-4.8~760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34f49cc604733c7d714a72b3a3d66a99aa65c79;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cargo-c: Update patch Upstream-Status https://github.com/rust-lang/libc/pull/4382 was merge as https://github.com/rust-lang/libc/commit/4b439b0953573e0383da7e092b1f516ba21f3398 Signed-off-by: Yoann Congal Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rust/cargo-c/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch b/meta/recipes-devtools/rust/cargo-c/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch index 3b9936131ac..95dcb45e56d 100644 --- a/meta/recipes-devtools/rust/cargo-c/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch +++ b/meta/recipes-devtools/rust/cargo-c/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Define more ioctl codes on riscv32gc-unknown-linux-gnu Define ioctl codes including `FICLONE` and `FS_IOC32_GETVERSION` on riscv32gc-unknown-linux-gnu. -Upstream-Status: Submitted [https://github.com/rust-lang/libc/pull/4382] +Upstream-Status: Backport [https://github.com/rust-lang/libc/commit/4b439b0953573e0383da7e092b1f516ba21f3398] Signed-off-by: Khem Raj --- src/unix/linux_like/linux/arch/generic/mod.rs | 6 +++++-