mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
vim: add missing pkgconfig inherit
Vim uses pkgconfig to find dependencies but it wasn't present, so it silently doesn't enable features like GTK+ UI. [ YOCTO #15044 ] (From OE-Core rev: 01eeabdd6f01c47fa637cee81e4ae3c61c2a9bb9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 70900616298f5e70732a34e7406e585e323479ed) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a3b0c66e1
commit
9cf12249aa
@@ -33,7 +33,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
|
||||
|
||||
inherit autotools-brokensep update-alternatives mime-xdg
|
||||
inherit autotools-brokensep update-alternatives mime-xdg pkgconfig
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user