diff options
author | Geoff Parker <geoffrey.parker@arthrex.com> | 2023-05-01 19:26:20 -0700 |
---|---|---|
committer | Richard <g0hl1n@users.noreply.github.com> | 2023-05-02 09:02:27 +0200 |
commit | bf6ae1dac46dc9894f206c7f81570548dbf6785c (patch) | |
tree | 6cffa5a73f21963c52034d5dc5f66f8d935e3d96 /recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch | |
parent | e122acf3e9570ceb055e55feb41e5558463253e4 (diff) | |
download | meta-java-bf6ae1dac46dc9894f206c7f81570548dbf6785c.tar.gz |
openjdk-8: Update patches for patch fuzz for Yocto 4.2 mickledore
Yocto 4.2 bitbake is more pedantic on patch fuzz, which treats
patch fuzz Warnings as Errors, and fails the bulid.
Corrected patch fuzz with:
devtool modify openjdk-8-native
devtool finish --force-patch-refresh openjdk-8-native <meta-java layer_path>
but removed the changes to 1001-hotspot-fix-crash-on-JNI_CreateJavaVM.patch
which rewrote a huge amount of source files in their entirety for some reason.
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch b/recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch index 77efe81..eab00d2 100644 --- a/recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch +++ b/recipes-core/openjdk/patches-openjdk-8/0004-don-t-expect-fqpn-for-make.patch | |||
@@ -1,15 +1,16 @@ | |||
1 | From 12dbeed90199730ad56ad842ae53e9d8aa477c0c Mon Sep 17 00:00:00 2001 | 1 | From a99cf53a082c1b25f5f7159c65bfd2c27a63fe75 Mon Sep 17 00:00:00 2001 |
2 | From: Jens Rehsack <rehsack@gmail.com> | 2 | From: Jens Rehsack <rehsack@gmail.com> |
3 | Date: Thu, 2 Jan 2020 13:42:43 +0100 | 3 | Date: Thu, 2 Jan 2020 13:42:43 +0100 |
4 | Subject: [PATCH 04/13] don't expect fqpn for make | 4 | Subject: [PATCH] don't expect fqpn for make |
5 | 5 | ||
6 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> | 6 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> |
7 | |||
7 | --- | 8 | --- |
8 | common/autoconf/basics.m4 | 8 +++++--- | 9 | common/autoconf/basics.m4 | 8 +++++--- |
9 | 1 file changed, 5 insertions(+), 3 deletions(-) | 10 | 1 file changed, 5 insertions(+), 3 deletions(-) |
10 | 11 | ||
11 | diff --git a/common/autoconf/basics.m4 b/common/autoconf/basics.m4 | 12 | diff --git a/common/autoconf/basics.m4 b/common/autoconf/basics.m4 |
12 | index 4ee9cdd..c20ea76 100644 | 13 | index 4ee9cdd1..c20ea765 100644 |
13 | --- a/common/autoconf/basics.m4 | 14 | --- a/common/autoconf/basics.m4 |
14 | +++ b/common/autoconf/basics.m4 | 15 | +++ b/common/autoconf/basics.m4 |
15 | @@ -740,10 +740,12 @@ AC_DEFUN([BASIC_CHECK_GNU_MAKE], | 16 | @@ -740,10 +740,12 @@ AC_DEFUN([BASIC_CHECK_GNU_MAKE], |
@@ -28,6 +29,3 @@ index 4ee9cdd..c20ea76 100644 | |||
28 | if test "x$FOUND_MAKE" = x; then | 29 | if test "x$FOUND_MAKE" = x; then |
29 | AC_MSG_ERROR([The specified make (by MAKE=$MAKE) is not GNU make 3.81 or newer.]) | 30 | AC_MSG_ERROR([The specified make (by MAKE=$MAKE) is not GNU make 3.81 or newer.]) |
30 | fi | 31 | fi |
31 | -- | ||
32 | 2.26.2 | ||
33 | |||