mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 23:30:21 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user