[oe] [meta-java][PATCH 02/23] openjd7: remove support for kerberos

Richard Leitner richard.leitner at skidata.com
Tue Jun 25 09:41:26 UTC 2019


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?

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 <ricardo at ribalda.com>
> ---
>   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() {
> 


More information about the Openembedded-devel mailing list