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:16:55 +0200 |
commit | e57d6316628670f6b037101bdff8f2e0da7f1605 (patch) | |
tree | c24f804348450561c7d42f5081a6ce4ab177043d /recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch | |
parent | c8892a953a64f354575e66a68742c1b2a138f3a7 (diff) | |
download | meta-java-e57d6316628670f6b037101bdff8f2e0da7f1605.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>
Cherry-picked-from: 03537feee539526ec9bb0cf4f55dd4eef6badc71
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch b/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch index 39179d4..fc8fca5 100644 --- a/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch +++ b/recipes-core/openjdk/patches-openjdk-8/0012-autoconf-NativeCompilation-remove-sysroot.patch | |||
@@ -1,5 +1,17 @@ | |||
1 | From 03052435dc7f1146ddd7ebe6f510a89448d33aca Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Leitner <richard.leitner@skidata.com> | ||
3 | Date: Thu, 22 Oct 2020 09:24:50 +0200 | ||
4 | Subject: [PATCH 12/13] autoconf: NativeCompilation: remove sysroot | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> | ||
9 | --- | ||
10 | make/common/NativeCompilation.gmk | 6 ------ | ||
11 | 1 file changed, 6 deletions(-) | ||
12 | |||
1 | diff --git a/make/common/NativeCompilation.gmk b/make/common/NativeCompilation.gmk | 13 | diff --git a/make/common/NativeCompilation.gmk b/make/common/NativeCompilation.gmk |
2 | index d961cf3..9679f97 100644 | 14 | index b4ea2c6..01082f5 100644 |
3 | --- a/make/common/NativeCompilation.gmk | 15 | --- a/make/common/NativeCompilation.gmk |
4 | +++ b/make/common/NativeCompilation.gmk | 16 | +++ b/make/common/NativeCompilation.gmk |
5 | @@ -383,10 +383,6 @@ define SetupNativeCompilation | 17 | @@ -383,10 +383,6 @@ define SetupNativeCompilation |
@@ -22,3 +34,6 @@ index d961cf3..9679f97 100644 | |||
22 | $1 := $$($1_TARGET) | 34 | $1 := $$($1_TARGET) |
23 | ifneq (,$$($1_LIBRARY)) | 35 | ifneq (,$$($1_LIBRARY)) |
24 | # Generating a dynamic library. | 36 | # Generating a dynamic library. |
37 | -- | ||
38 | 2.26.2 | ||
39 | |||