diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-02 16:10:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-06 09:52:16 +0000 |
commit | d24ae96060c83604c1eb5a4a2ca3503f827e9bfb (patch) | |
tree | 1f0d06114e535341d42bfb4049e905113c99ac0d /meta/recipes-support | |
parent | fb1853c66ce901d03a45f6dbef549b66bb94279d (diff) | |
download | poky-d24ae96060c83604c1eb5a4a2ca3503f827e9bfb.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: 70900616298f5e70732a34e7406e585e323479ed)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index fcb5cf6334..da586a5699 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -33,7 +33,7 @@ S = "${WORKDIR}/git" | |||
33 | 33 | ||
34 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" | 34 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" |
35 | 35 | ||
36 | inherit autotools-brokensep update-alternatives mime-xdg | 36 | inherit autotools-brokensep update-alternatives mime-xdg pkgconfig |
37 | 37 | ||
38 | CLEANBROKEN = "1" | 38 | CLEANBROKEN = "1" |
39 | 39 | ||