summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-02 16:10:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-15 23:09:24 +0000
commit6b2a22bc7babf6c2fd29e8ccded7e6d1a6779cc0 (patch)
treec7f674411881c10fedd5bd483d4c3a3baf0698d2 /meta/recipes-support
parent10108d0ebf3fbb29fb555b7db7176dce7ffff0cf (diff)
downloadpoky-6b2a22bc7babf6c2fd29e8ccded7e6d1a6779cc0.tar.gz
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: c84f0822e7cffc62e2f042bf9d2e424f85f74ecd) 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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/vim/vim.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 234ecd0027..828cf84757 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -33,7 +33,7 @@ S = "${WORKDIR}/git"
33 33
34VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" 34VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
35 35
36inherit autotools-brokensep update-alternatives mime-xdg 36inherit autotools-brokensep update-alternatives mime-xdg pkgconfig
37 37
38CLEANBROKEN = "1" 38CLEANBROKEN = "1"
39 39