]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cargo-c-native: convert from git fetcher to crate fetcher
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 13 Mar 2024 17:33:18 +0000 (18:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2024 12:20:59 +0000 (12:20 +0000)
commit03c1954404bf56470935b12cb3aeb02199f68ded
treedfec56bbb07da8f16e5c5a2f994e4306cbcb0a36
parente01a57979331472b7677b41aa57f448938bc14fc
cargo-c-native: convert from git fetcher to crate fetcher

Fetching from git requires manually maintaining Cargo.lock
which is tedious and unclear how to do correctly,
especially with version updates. On the other hand, crates
do include Cargo.lock, and this way the revisions would match
upstream's and crate users (which requires regenerating
crates.inc to match the lock file).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rust/cargo-c-crates.inc
meta/recipes-devtools/rust/cargo-c-native_0.9.18+cargo-0.69.bb [moved from meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb with 58% similarity]
meta/recipes-devtools/rust/cargo-c/0001-Add-Cargo.lock-file.patch [deleted file]