All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-java][PATCH] classpath: inherit pkgconfig
       [not found] <20220322051740.2214007-1-zboszor@pr.hu>
@ 2022-03-22  8:16 ` Richard Leitner - SKIDATA
  0 siblings, 0 replies; only message in thread
From: Richard Leitner - SKIDATA @ 2022-03-22  8:16 UTC (permalink / raw)
  To: zboszor
  Cc: openembedded-devel, Henning Heinold, Otavio Salvador,
	Zoltán Böszörményi

Hi Zoltán,

thanks for the patch! I've just applied it to master-next. After some
testing is will likely get merged to master and kirkstone branch.

regards;rl

On Tue, Mar 22, 2022 at 06:17:40AM +0100, Zoltan Boszormenyi via lists.openembedded.org wrote:
> From: Zoltán Böszörményi <zboszor@gmail.com>
> 
> It fixes this error:
> 
> | checking for pkg-config... no
> | *** The pkg-config script could not be found. Make sure it is
> | *** in your path, or set the PKG_CONFIG environment variable
> | *** to the full path to pkg-config.
> | configure: error: Library requirements (gtk+-2.0 >= 2.8 gthread-2.0 >= 2.2 gdk-pixbuf-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
> | NOTE: The following config.log files may provide further information.
> | NOTE: .../work/core2-64-oe-linux/classpath/0.99-r3/build/config.log
> | ERROR: configure failed
> 
> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> ---
>  recipes-core/classpath/classpath.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
> index 42c5daf..35e7db3 100644
> --- a/recipes-core/classpath/classpath.inc
> +++ b/recipes-core/classpath/classpath.inc
> @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0 & SAX-PD"
>  
>  PBN = "classpath"
>  
> -inherit autotools java gettext
> +inherit autotools pkgconfig java gettext
>  
>  DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file"
>  
> -- 
> 2.35.1
> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-22  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220322051740.2214007-1-zboszor@pr.hu>
2022-03-22  8:16 ` [oe] [meta-java][PATCH] classpath: inherit pkgconfig Richard Leitner - SKIDATA

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.