* [PATCH] cargo-c: Move recipe out of rust directory
@ 2026-03-06 8:24 Deepesh.Varatharajan
0 siblings, 0 replies; only message in thread
From: Deepesh.Varatharajan @ 2026-03-06 8:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Sundeep.Kokkonda, Deepesh.Varatharajan
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
cargo-c is an external Cargo extension used to build Rust libraries
with a C-compatible ABI and generate C headers and pkg-config files.
Since it is not part of the standard Rust toolchain, move it from the
rust directory to cargo-c under recipes-devtools for better organization
and maintainability.
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
---
meta/recipes-devtools/{rust => cargo-c}/cargo-c-crates.inc | 0
.../0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch | 0
.../{rust => cargo-c}/cargo-c_0.10.20+cargo-0.94.0.bb | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-devtools/{rust => cargo-c}/cargo-c-crates.inc (100%)
rename meta/recipes-devtools/{rust => cargo-c}/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch (100%)
rename meta/recipes-devtools/{rust => cargo-c}/cargo-c_0.10.20+cargo-0.94.0.bb (100%)
diff --git a/meta/recipes-devtools/rust/cargo-c-crates.inc b/meta/recipes-devtools/cargo-c/cargo-c-crates.inc
similarity index 100%
rename from meta/recipes-devtools/rust/cargo-c-crates.inc
rename to meta/recipes-devtools/cargo-c/cargo-c-crates.inc
diff --git a/meta/recipes-devtools/rust/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch b/meta/recipes-devtools/cargo-c/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch
similarity index 100%
rename from meta/recipes-devtools/rust/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch
rename to meta/recipes-devtools/cargo-c/cargo-c/0001-parking-lot-Use-libc-SYS_futex_time64-on-riscv32.patch
diff --git a/meta/recipes-devtools/rust/cargo-c_0.10.20+cargo-0.94.0.bb b/meta/recipes-devtools/cargo-c/cargo-c_0.10.20+cargo-0.94.0.bb
similarity index 100%
rename from meta/recipes-devtools/rust/cargo-c_0.10.20+cargo-0.94.0.bb
rename to meta/recipes-devtools/cargo-c/cargo-c_0.10.20+cargo-0.94.0.bb
--
2.49.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-06 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 8:24 [PATCH] cargo-c: Move recipe out of rust directory Deepesh.Varatharajan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox