diff options
| author | Ricardo Ribalda Delgado <ricardo@ribalda.com> | 2019-07-05 13:18:04 +0200 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2020-08-17 13:02:40 +0200 |
| commit | 3d2a7dc0360138e0e77c8251c24feb2486365a59 (patch) | |
| tree | 2b9641ef81eb59e11678be0587f0cc1772bffa8a | |
| parent | 743223725ac9f744f75a37a83d83f1066cd3aba0 (diff) | |
| download | meta-java-3d2a7dc0360138e0e77c8251c24feb2486365a59.tar.gz | |
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>
| -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" | |||
| 3 | 3 | ||
| 4 | DEPENDS = "\ | 4 | DEPENDS = "\ |
| 5 | openjdk-8-native zip-native ant-native libxslt \ | 5 | openjdk-8-native zip-native ant-native libxslt \ |
| 6 | krb5 libffi fontconfig freetype \ | 6 | libffi fontconfig freetype \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | PRIVATE_LIBS = "\ | 9 | PRIVATE_LIBS = "\ |
| @@ -40,6 +40,8 @@ PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," | |||
| 40 | 40 | ||
| 41 | PACKAGECONFIG[repack] = ",,," | 41 | PACKAGECONFIG[repack] = ",,," |
| 42 | 42 | ||
| 43 | PACKAGECONFIG[kerberos] = ",,krb5" | ||
| 44 | |||
| 43 | CACHED_CONFIGUREVARS = " \ | 45 | CACHED_CONFIGUREVARS = " \ |
| 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_includes=${STAGING_INCDIR}', '', d)} \ | 46 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_includes=${STAGING_INCDIR}', '', d)} \ |
| 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_libraries=${STAGING_LIBDIR}', '', d)} \ | 47 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'ac_x_libraries=${STAGING_LIBDIR}', '', d)} \ |
