diff options
author | Ricardo Ribalda Delgado <ricardo@ribalda.com> | 2019-07-05 13:18:04 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2019-07-09 14:39:57 +0200 |
commit | eb130d40d2b759f7eafd88b1835c16fc04c752b0 (patch) | |
tree | 5224b0a44fed297370a24e77438cc1fef224aa70 /recipes-core/openjdk | |
parent | 46b594afd2bf8969f8b77e3a46334fee5bc71e1f (diff) | |
download | meta-java-eb130d40d2b759f7eafd88b1835c16fc04c752b0.tar.gz meta-java-eb130d40d2b759f7eafd88b1835c16fc04c752b0.tar.bz2 meta-java-eb130d40d2b759f7eafd88b1835c16fc04c752b0.zip |
openjdk8: Make kerberos optional through PACKAGECONFIG
It triggers a lot of dependencies, and it is no clear that
is needed.
Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index d04b0d3..7552930 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -3,7 +3,7 @@ JRE_HOME = "${libdir_jvm}/openjre-8" DEPENDS = "\ openjdk-8-native zip-native ant-native libxslt \ - krb5 libffi fontconfig freetype \ + libffi fontconfig freetype \ " PRIVATE_LIBS = "\ @@ -40,6 +40,8 @@ PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," PACKAGECONFIG[repack] = ",,," +PACKAGECONFIG[kerberos] = ",,krb5" + CACHED_CONFIGUREVARS = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_includes=${STAGING_INCDIR}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_libraries=${STAGING_LIBDIR}', '', d)} \ |