All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig
@ 2020-06-09 14:58 Fabio Berton
  2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
  2020-06-10  9:10 ` [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Richard Leitner
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Berton @ 2020-06-09 14:58 UTC (permalink / raw)
  To: openembedded-devel

libxtst-native it's needed to build openjdk-8-native.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-core/openjdk/openjdk-8-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
index 321a43d..f6d617a 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -8,8 +8,8 @@ DEPENDS = "\
 "
 
 PACKAGECONFIG ??= "gif jpeg png zlib"
-PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native"
 PACKAGECONFIG[cups] = "--with-cups,,cups"
+PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
 PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
 PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
 PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
-- 
2.26.2


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

* [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig
  2020-06-09 14:58 [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Fabio Berton
@ 2020-06-09 14:58 ` Fabio Berton
  2020-06-10  9:10   ` [oe] " Richard Leitner
  2020-06-10  9:10 ` [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Richard Leitner
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Berton @ 2020-06-09 14:58 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-core/openjdk/openjdk-8-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
index f6d617a..24b6f20 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -8,8 +8,8 @@ DEPENDS = "\
 "
 
 PACKAGECONFIG ??= "gif jpeg png zlib"
-PACKAGECONFIG[cups] = "--with-cups,,cups"
 PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
+PACKAGECONFIG[cups] = "--with-cups,,cups-native"
 PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
 PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
 PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
-- 
2.26.2


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

* Re: [oe] [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig
  2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
@ 2020-06-10  9:10   ` Richard Leitner
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Leitner @ 2020-06-10  9:10 UTC (permalink / raw)
  To: Fabio Berton; +Cc: openembedded-devel

Hi,
thank you for your patch!

This is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
	git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;rl

On Tue, Jun 09, 2020 at 11:58:10AM -0300, Fabio Berton wrote:
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> ---
>  recipes-core/openjdk/openjdk-8-native.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
> index f6d617a..24b6f20 100644
> --- a/recipes-core/openjdk/openjdk-8-native.inc
> +++ b/recipes-core/openjdk/openjdk-8-native.inc
> @@ -8,8 +8,8 @@ DEPENDS = "\
>  "
>  
>  PACKAGECONFIG ??= "gif jpeg png zlib"
> -PACKAGECONFIG[cups] = "--with-cups,,cups"
>  PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
> +PACKAGECONFIG[cups] = "--with-cups,,cups-native"
>  PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
>  PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
>  PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
> -- 
> 2.26.2
> 

> 


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

* Re: [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig
  2020-06-09 14:58 [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Fabio Berton
  2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
@ 2020-06-10  9:10 ` Richard Leitner
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Leitner @ 2020-06-10  9:10 UTC (permalink / raw)
  To: Fabio Berton; +Cc: openembedded-devel

Hi,
thank you for your patch!

This is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
	git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;rl

On Tue, Jun 09, 2020 at 11:58:09AM -0300, Fabio Berton wrote:
> libxtst-native it's needed to build openjdk-8-native.
> 
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> ---
>  recipes-core/openjdk/openjdk-8-native.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
> index 321a43d..f6d617a 100644
> --- a/recipes-core/openjdk/openjdk-8-native.inc
> +++ b/recipes-core/openjdk/openjdk-8-native.inc
> @@ -8,8 +8,8 @@ DEPENDS = "\
>  "
>  
>  PACKAGECONFIG ??= "gif jpeg png zlib"
> -PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native"
>  PACKAGECONFIG[cups] = "--with-cups,,cups"
> +PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
>  PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
>  PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
>  PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
> -- 
> 2.26.2
> 

> 


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

end of thread, other threads:[~2020-06-10  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 14:58 [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Fabio Berton
2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
2020-06-10  9:10   ` [oe] " Richard Leitner
2020-06-10  9:10 ` [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Richard Leitner

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.