lsd: add missing libgit2 build dependency

Needed since our cargo class now stops the git2-sys crate from using a
bundled copy of libgit2. Also inherit pkgconfig as that is used to find
the system libgit2.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-07-31 20:15:22 +01:00
committed by Khem Raj
parent 62fc6e6124
commit bb46aa517f
+3 -1
View File
@@ -13,7 +13,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=153d2db1c329326a2d9f881317ea942e"
SRC_URI = "git://github.com/lsd-rs/lsd.git;protocol=https;branch=main;tag=v${PV}"
SRCREV = "d5a4e1cb80626d5ec94b237f6b77f7280d0f2fc9"
inherit cargo cargo-update-recipe-crates
DEPENDS = "libgit2"
inherit cargo cargo-update-recipe-crates pkgconfig
require ${BPN}-crates.inc