diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-04-21 13:00:22 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-11-09 14:29:49 +0100 |
commit | f66b83882e076f339dd89e88165bd7bac121f9ff (patch) | |
tree | ca7eafceb9735f4c5cb5d2d574bf94b42d6c29b6 /recipes-core/openjdk/openjdk-14-release.inc | |
parent | 6e84638d77ac921aac46649095bca5ddbde94d2a (diff) | |
download | meta-java-f66b83882e076f339dd89e88165bd7bac121f9ff.tar.gz |
openjdk-14: add 14.0.1g0hl1n/jdk14
Add support for OpenJDK and OpenJRE v14.0.1.
This version of OpenJDK is bootstrapped from a host-provided JDK. The
host provided JDK is used to build openjdk-14-native. The native build
is then used as build-jdk for the cross version.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-14-release.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-14-release.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-14-release.inc b/recipes-core/openjdk/openjdk-14-release.inc new file mode 100644 index 0000000..33b3966 --- /dev/null +++ b/recipes-core/openjdk/openjdk-14-release.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | # Copyright (C) 2020 Richard Leitner <richard.leitner@skidata.com> | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | SRC_URI[jdk.sha256sum] = "f9c4a55ac858f858222bc5fe6e4b890f9b4a3f942fd0211575b0418aec5c14d6" | ||
5 | |||
6 | FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-14:" | ||
7 | |||
8 | SRC_URI_append = "\ | ||
9 | file://libjava_childproc_multiple_definition_link_errors_with_GCC10.patch \ | ||
10 | file://libj2gss_NativeFunc_multiple_definition_link_errors_with_GCC10.patch \ | ||
11 | file://fixed_libsctp_link_errors_caused_by_GCC10.patch \ | ||
12 | " | ||