diff options
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 | " | ||