diff mbox series

vim: add missing pkgconfig inherit

Message ID 20230302161055.2322671-1-ross.burton@arm.com
State Accepted, archived
Commit 70900616298f5e70732a34e7406e585e323479ed
Headers show
Series vim: add missing pkgconfig inherit | expand

Commit Message

Ross Burton March 2, 2023, 4:10 p.m. UTC
Vim uses pkgconfig to find dependencies but it wasn't present, so it
silently doesn't enable features like GTK+ UI.

[ YOCTO #15044 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/vim/vim.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gundlupet Raju, Sandeep March 2, 2023, 11:02 p.m. UTC | #1
Tested-by:|Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>|

On 3/2/2023 9:10 AM, Ross Burton via lists.openembedded.org wrote:
> Vim uses pkgconfig to find dependencies but it wasn't present, so it
> silently doesn't enable features like GTK+ UI.
>
> [ YOCTO #15044 ]
>
> Signed-off-by: Ross Burton<ross.burton@arm.com>
> ---
>   meta/recipes-support/vim/vim.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
> index fcb5cf6334c..da586a56991 100644
> --- a/meta/recipes-support/vim/vim.inc
> +++ b/meta/recipes-support/vim/vim.inc
> @@ -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"
>
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index fcb5cf6334c..da586a56991 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -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"