diff mbox series

[4/4] nushell: add missing build dependencies

Message ID 20260731191523.2153901-4-ross.burton@arm.com
State Under Review
Headers show
Series [1/4] librav1e: add missing libgit2 build dependency | expand

Commit Message

Ross Burton July 31, 2026, 7:15 p.m. UTC
Needed since our cargo class now stops the git2-sys and sqlite3-sys
crates from using a bundled copies of the libraries.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-extended/nushell/nushell_0.114.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/nushell/nushell_0.114.1.bb b/meta-oe/recipes-extended/nushell/nushell_0.114.1.bb
index 58205ee8c5..41f2bd87f4 100644
--- a/meta-oe/recipes-extended/nushell/nushell_0.114.1.bb
+++ b/meta-oe/recipes-extended/nushell/nushell_0.114.1.bb
@@ -10,12 +10,14 @@  LIC_FILES_CHKSUM = " \
     file://LICENSE;md5=ea22f3cfd911b3519505220cfc0ce542 \
 "
 
+DEPENDS = "libgit2 sqlite3"
+
 SRC_URI = "crate://crates.io/nu/${PV};name=nu"
 SRC_URI[nu.sha256sum] = "a840c40450e4ab0b95c81aa3ef965f31a5da47f6e6823f00da5edfe9fcdf05c9"
 
 S = "${CARGO_VENDORING_DIRECTORY}/nu-${PV}"
 
-inherit cargo cargo-update-recipe-crates
+inherit cargo cargo-update-recipe-crates pkgconfig
 
 require ${BPN}-crates.inc