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-20 17:20:44 +0000 |
| commit | 9cf12249aa1cee1c20133069a1a311e2250f3904 (patch) | |
| tree | a09343206cc80ad25d44bc550581537adc12f302 | |
| parent | 3a3b0c66e19670d0f5a76db197d10536cc5cca19 (diff) | |
| download | poky-9cf12249aa1cee1c20133069a1a311e2250f3904.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: 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>
| -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 | ||
