All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: add missing pkgconfig inherit
@ 2021-10-12 11:56 Ross Burton
  2021-10-12 14:18 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2021-10-12 11:56 UTC (permalink / raw)
  To: meta-virtualization

New oe-core pulls in less default dependencies[1], so add an explicit
inherit of pkgconfig as it is needed to configure Xen.

[1] https://lists.openembedded.org/g/openembedded-core/message/156185

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

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index c0a087e..d3c7a7d 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -2,7 +2,7 @@ HOMEPAGE = "http://xen.org"
 LICENSE = "GPLv2"
 SECTION = "console/tools"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 require xen-arch.inc
 
-- 
2.25.1


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

* Re: [meta-virtualization] [PATCH] xen: add missing pkgconfig inherit
  2021-10-12 11:56 [PATCH] xen: add missing pkgconfig inherit Ross Burton
@ 2021-10-12 14:18 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-10-12 14:18 UTC (permalink / raw)
  To: Ross Burton; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] xen: add missing pkgconfig inherit
on 12/10/2021 Ross Burton wrote:

> New oe-core pulls in less default dependencies[1], so add an explicit
> inherit of pkgconfig as it is needed to configure Xen.
> 
> [1] https://lists.openembedded.org/g/openembedded-core/message/156185
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  recipes-extended/xen/xen.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index c0a087e..d3c7a7d 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -2,7 +2,7 @@ HOMEPAGE = "http://xen.org"
>  LICENSE = "GPLv2"
>  SECTION = "console/tools"
>  
> -inherit autotools-brokensep
> +inherit autotools-brokensep pkgconfig
>  
>  require xen-arch.inc
>  
> -- 
> 2.25.1
> 

> 
> 
> 


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

end of thread, other threads:[~2021-10-12 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 11:56 [PATCH] xen: add missing pkgconfig inherit Ross Burton
2021-10-12 14:18 ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.