Hi Richard On Tue, Jun 25, 2019 at 11:41 AM Richard Leitner <[email protected]> wrote: > > Hi Ricardo, > thanks for the patches! > > On 25/06/2019 09:52, Ricardo Ribalda Delgado wrote: > > It triggers a lot of dependencies, and it is no clear that > > is needed. > > To be honest I don't know if it's needed or used by anybody, but would > it be possible to create a PACKAGECONFIG for de-/selecting the > system-kerberos?
Sure, I am working at: https://github.com/ribalda/meta-java/tree/v2 Do you prefer that I resend the patches after all the feedback is fixed or you rather pull directly from there? So far I have fix - x11 native -packageconfig for kerberos openjdk8 and openjdk7 > > Furthermore if you send a v2 can you please fix the subject (openjd7 -> > openjdk7)? > > Same goes for openjdk-8. > > Thanks & regards;Richard.L > > > > > Signed-off-by: Ricardo Ribalda Delgado <[email protected]> > > --- > > recipes-core/openjdk/openjdk-7-common.inc | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/recipes-core/openjdk/openjdk-7-common.inc > > b/recipes-core/openjdk/openjdk-7-common.inc > > index 794bf58..26e71ce 100644 > > --- a/recipes-core/openjdk/openjdk-7-common.inc > > +++ b/recipes-core/openjdk/openjdk-7-common.inc > > @@ -67,7 +67,7 @@ DEPENDS = " \ > > jpeg libpng giflib \ > > gtk+ glib-2.0 \ > > cups fontconfig \ > > - rhino krb5 \ > > + rhino \ > > libxt libxinerama libxrender libxtst libxi \ > > freetype alsa-lib libffi \ > > attr \ > > @@ -134,6 +134,7 @@ EXTRA_OECONF = " \ > > EXTRA_OECONF += " \ > > --disable-system-pcsc \ > > --disable-system-sctp \ > > + --disable-system-kerberos \ > > " > > > > do_configure_prepend() { > > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Ricardo Ribalda -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
