All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Leitner - SKIDATA <Richard.Leitner@skidata.com>
To: "zboszor@pr.hu" <zboszor@pr.hu>
Cc: "openembedded-devel@lists.openembedded.org"
	<openembedded-devel@lists.openembedded.org>,
	"Henning Heinold" <henning@itconsulting-heinold.de>,
	"Otavio Salvador" <otavio@ossystems.com.br>,
	"Zoltán Böszörményi" <zboszor@gmail.com>
Subject: Re: [oe] [meta-java][PATCH] classpath: inherit pkgconfig
Date: Tue, 22 Mar 2022 08:16:47 +0000	[thread overview]
Message-ID: <YjmF6aa8kI9m7/Jd@ltleri2> (raw)
In-Reply-To: <20220322051740.2214007-1-zboszor@pr.hu>

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
> 

           reply	other threads:[~2022-03-22  8:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220322051740.2214007-1-zboszor@pr.hu>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YjmF6aa8kI9m7/Jd@ltleri2 \
    --to=richard.leitner@skidata.com \
    --cc=henning@itconsulting-heinold.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    --cc=zboszor@gmail.com \
    --cc=zboszor@pr.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.