diff mbox series

[meta-lts-mixins,scarthgap/rust,14/37] cargo-c: add missing build dependencies

Message ID 3fa4860fde509a0f355e1b09141c758343097a41.1789156653.git.scott.murray@konsulko.com
State New
Headers show
Series Update to 1.98.1 | expand

Commit Message

Scott Murray Sept. 11, 2026, 8:13 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Now that we're disabling more vendoring, add missing build dependencies
for libgit2 and sqlite3.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit d20e3170fa9a47a6fe8babf6f533738de30797d2)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/cargo-c/cargo-c_0.10.24+cargo-0.98.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/cargo-c/cargo-c_0.10.24+cargo-0.98.0.bb b/recipes-devtools/cargo-c/cargo-c_0.10.24+cargo-0.98.0.bb
index f4caeef..482a342 100644
--- a/recipes-devtools/cargo-c/cargo-c_0.10.24+cargo-0.98.0.bb
+++ b/recipes-devtools/cargo-c/cargo-c_0.10.24+cargo-0.98.0.bb
@@ -15,7 +15,7 @@  DEBUG_PREFIX_MAP += "-ffile-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}"
 
 inherit cargo cargo-update-recipe-crates pkgconfig
 
-DEPENDS = "openssl curl"
+DEPENDS = "openssl curl sqlite3 libgit2"
 
 require ${BPN}-crates.inc