diff mbox series

[meta-lts-mixins,kirkstone/rust,01/11] cargo-c: Fix compilation

Message ID 561b6e9bba0c1fd21ac330e6af455eb80ce40624.1762632742.git.scott.murray@konsulko.com
State New
Headers show
Series Update to Rust 1.90.0 | expand

Commit Message

Scott Murray Nov. 8, 2025, 8:15 p.m. UTC
Fix patchdir for the two RISC-V crate patches since the kirkstone
fetcher works differently and the change to point S into the
cargo cache cannot be backported.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb b/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb
index f5907ac..2171d76 100644
--- a/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb
+++ b/recipes-devtools/rust/cargo-c_0.10.14+cargo-0.89.0.bb
@@ -6,8 +6,8 @@  LIC_FILES_CHKSUM = " \
 "
 
 SRC_URI = "crate://crates.io/cargo-c/${PV} \
-           file://0001-getrandom-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../getrandom-0.3.3/ \
-           file://0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../parking_lot_core-0.9.11/ \
+           file://0001-getrandom-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../cargo_home/bitbake/getrandom-0.3.3/ \
+           file://0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch;patchdir=../cargo_home/bitbake/parking_lot_core-0.9.11/ \
 "
 SRC_URI[cargo-c.sha256sum] = "fe82742019f0e5c1a9f8549b0f41b20f1bc834f5ed0626c47019f15be566b321"