diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-10-22 09:13:53 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-10-22 13:14:03 +0200 |
commit | 03537feee539526ec9bb0cf4f55dd4eef6badc71 (patch) | |
tree | 23b51017ae81b7c2082bf3eb9c46795ea2af320d /recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch | |
parent | 62d6c0653ad69e14c21db2d4482e578400116a1b (diff) | |
download | meta-java-03537feee539526ec9bb0cf4f55dd4eef6badc71.tar.gz |
openjdk-8: update to latest ga version 272
For aarch32 we need to fall back to b09 as there is no ga tag available
yet.
Patch related changes:
* 0011, 0012 & 0013 were changed to valid git patches
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch b/recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch index 3aa0c4e..58dd7bc 100644 --- a/recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch +++ b/recipes-core/openjdk/patches-openjdk-8/0006-autoconf-handle-extra-output.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From a861d45b40ed3b08dad9aef86dc8ba21fdc4e324 Mon Sep 17 00:00:00 2001 | 1 | From ee5e07895570a9ea2ae2490f3b159bde29967238 Mon Sep 17 00:00:00 2001 |
2 | From: Haiqing Bai <Haiqing.Bai@windriver.com> | 2 | From: Haiqing Bai <Haiqing.Bai@windriver.com> |
3 | Date: Thu, 2 Jan 2020 13:45:42 +0100 | 3 | Date: Thu, 2 Jan 2020 13:45:42 +0100 |
4 | Subject: [PATCH 06/10] autoconf: handle extra output | 4 | Subject: [PATCH 06/13] autoconf: handle extra output |
5 | 5 | ||
6 | When adding the environment variable JAVA_TOOL_OPTIONS an extra line | 6 | When adding the environment variable JAVA_TOOL_OPTIONS an extra line |
7 | in the output from 'java -version' is produced. As this output is | 7 | in the output from 'java -version' is produced. As this output is |