Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] vim: add missing pkgconfig inherit
@ 2023-03-02 16:10 Ross Burton
  2023-03-02 23:02 ` [OE-core] " Gundlupet Raju, Sandeep
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2023-03-02 16:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

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"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] vim: add missing pkgconfig inherit
  2023-03-02 16:10 [PATCH] vim: add missing pkgconfig inherit Ross Burton
@ 2023-03-02 23:02 ` Gundlupet Raju, Sandeep
  0 siblings, 0 replies; 2+ messages in thread
From: Gundlupet Raju, Sandeep @ 2023-03-02 23:02 UTC (permalink / raw)
  To: ross.burton@arm.com, openembedded-core@lists.openembedded.org; +Cc: nd@arm.com

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

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"
>   

[-- Attachment #2: Type: text/html, Size: 1624 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-02 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 16:10 [PATCH] vim: add missing pkgconfig inherit Ross Burton
2023-03-02 23:02 ` [OE-core] " Gundlupet Raju, Sandeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox