[oe] [meta-java][PATCH] icetea7, openjdk-8: Fix depenency to xproto -> xorgproto

Henning Heinold henning at itconsulting-heinold.de
Wed Jun 6 21:14:15 UTC 2018


On Wed, Jun 06, 2018 at 11:57:42AM +0200, Richard Leitner wrote:

Hi,

I have applied the patch to master and master-next.

Should it be applied to some stable branches?

Bye Henning

PS: Thanks for testing it.
> Reviewed-by: Richard Leitner <richard.leitner at skidata.com>
> and
> Tested-by: Richard Leitner <richard.leitner at skidata.com>
> 
> Please take this patch as otherwise the build fails with oe-core's
> current master.
> 
> regards;Richard.L
> 
> On 05/10/2018 06:09 PM, Jason Wessel wrote:
> > The latest oe-core has changed the X protocol header provider package
> > name.
> > 
> > Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
> > ---
> >  recipes-core/icedtea/icedtea7-native.inc  | 2 +-
> >  recipes-core/openjdk/openjdk-8-cross.inc  | 2 +-
> >  recipes-core/openjdk/openjdk-8-native.inc | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
> > index d4cf7ac..2c9fa92 100644
> > --- a/recipes-core/icedtea/icedtea7-native.inc
> > +++ b/recipes-core/icedtea/icedtea7-native.inc
> > @@ -12,7 +12,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
> >            "
> >  
> >  PACKAGECONFIG ??= ""
> > -PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native"
> > +PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xorgproto-native libxt-native libxext-native libxrender-native"
> >  
> >  OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}"
> >  CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}"
> > diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc
> > index d70c946..46f13fd 100644
> > --- a/recipes-core/openjdk/openjdk-8-cross.inc
> > +++ b/recipes-core/openjdk/openjdk-8-cross.inc
> > @@ -21,7 +21,7 @@ PACKAGECONFIG ??= " \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
> >      gif jpeg png zlib \
> >  "
> > -PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst"
> > +PACKAGECONFIG[x11] = "--with-x,,libx11 xorgproto libxt libxext libxrender libxtst"
> >  PACKAGECONFIG[cups] = "--with-cups,,cups"
> >  PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib"
> >  
> > diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
> > index d674474..b782c32 100644
> > --- a/recipes-core/openjdk/openjdk-8-native.inc
> > +++ b/recipes-core/openjdk/openjdk-8-native.inc
> > @@ -10,7 +10,7 @@ DEPENDS = "\
> >  SRC_URI_append += "file://handle_extra_output.patch"
> >  
> >  PACKAGECONFIG ??= "gif jpeg png zlib"
> > -PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native"
> > +PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native"
> >  PACKAGECONFIG[cups] = "--with-cups,,cups"
> >  PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
> >  PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
> > 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list