[PATCH 4/4] nushell: add missing build dependencies

Ross Burton <[email protected]> Fri, 31 Jul 2026 20:15:23 +0100
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
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 <[email protected]>
---
 meta-oe/recipes-extended/nushell/nushell_0.114.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/nushell/nushell_0.114.1.bb b/meta-o=
e/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 =3D " \
     file://LICENSE;md5=3Dea22f3cfd911b3519505220cfc0ce542 \
 "
=20
+DEPENDS =3D "libgit2 sqlite3"
+
 SRC_URI =3D "crate://crates.io/nu/${PV};name=3Dnu"
 SRC_URI[nu.sha256sum] =3D "a840c40450e4ab0b95c81aa3ef965f31a5da47f6e6823=
f00da5edfe9fcdf05c9"
=20
 S =3D "${CARGO_VENDORING_DIRECTORY}/nu-${PV}"
=20
-inherit cargo cargo-update-recipe-crates
+inherit cargo cargo-update-recipe-crates pkgconfig
=20
 require ${BPN}-crates.inc
=20
--=20
2.43.0