Files
poky/meta/recipes-devtools
Yash Shinde b4ecf098a6 rust: Fix malformed hunk header in rustix patch
The rv32-cargo-rustix-0.38.38-fix.patch file contains a malformed hunk
header at line 83 (@ -71,10 +71,10 @@), where a single '@' is used
instead of the required '@@'. Due to this, the subsequent hunks are not
applied during patching.

This causes a compilation error in the rustix crate:

error[E0603]: constant import `FICLONE` is private
   --> vendor/rustix-0.38.37/src/fs/ioctl.rs:82:57
    |
82  |     const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::FICLONE as ioctl::RawOpcode);
    |                                                         ^^^^^^^ private constant import

Fixing the hunk header ensures the patch is applied correctly and
resolves the build issue.

(From OE-Core rev: 2e5234204922d08eba18812d297f469779d80c82)

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-07-29 08:42:34 -07:00
..
2025-03-27 11:19:04 +00:00
2024-01-21 12:27:12 +00:00
2025-07-21 09:18:00 -07:00
2024-11-25 22:23:25 +00:00
2025-03-17 22:38:32 +00:00
2024-11-27 14:58:48 +00:00
2024-09-03 10:21:38 +01:00
2024-11-27 14:58:48 +00:00
2024-05-28 09:38:23 +01:00
2024-08-23 09:12:37 +01:00
2025-03-19 12:09:06 +00:00
2024-04-16 08:07:01 +01:00
2025-01-04 12:34:04 +00:00
2025-06-20 09:21:27 -07:00
2025-07-29 08:42:34 -07:00
2024-10-29 11:19:57 +00:00
2023-09-26 10:35:27 +01:00
2024-09-30 17:00:50 +01:00
2024-11-18 22:09:02 +00:00
2025-03-17 17:09:22 +00:00
2024-08-23 09:12:37 +01:00
2025-03-17 17:09:22 +00:00
2024-08-28 09:14:26 +01:00
2025-03-25 21:20:41 +00:00
2025-03-17 22:38:32 +00:00
2025-03-27 11:19:03 +00:00
2025-07-29 08:42:34 -07:00
2024-06-04 12:04:52 +01:00
2024-05-28 09:38:24 +01:00
2024-08-29 21:58:19 +01:00
2025-07-29 08:42:34 -07:00
2025-05-19 08:57:20 -07:00
2025-05-19 08:57:20 -07:00
2025-07-17 13:57:58 -07:00
2025-05-14 08:33:40 -07:00
2025-03-06 11:16:47 +00:00
2025-01-20 13:38:59 +00:00
2025-07-21 09:18:00 -07:00
2024-11-22 16:53:37 +00:00
2024-12-05 17:07:10 +00:00
2025-07-04 07:50:16 -07:00
2025-01-23 11:56:47 +00:00
2025-02-05 12:49:55 +00:00
2025-03-27 11:19:04 +00:00
2025-03-17 17:09:22 +00:00
2025-02-05 12:49:56 +00:00