@@ -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"
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(-)