From bf6ae1dac46dc9894f206c7f81570548dbf6785c Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Mon, 1 May 2023 19:26:20 -0700 Subject: 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 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 --- .../patches-openjdk-8/1012-hotspot-enable-Wno-error.patch | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch') diff --git a/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch b/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch index aeeba6b..1ad8351 100644 --- a/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch +++ b/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch @@ -1,7 +1,7 @@ -From 37b5885e35a7974bbd8895ae9a7e9ec7ebf9dc68 Mon Sep 17 00:00:00 2001 +From 2303926f157f8c90cef167c43bd530793c19e480 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Thu, 20 Aug 2020 09:39:23 +0200 -Subject: [PATCH 1012/1013] hotspot: enable -Wno-error +Subject: [PATCH] hotspot: enable -Wno-error As we don't want to deal with compiler warnings in OpenEmbedded disable them for now. @@ -9,15 +9,16 @@ them for now. Upstream-Status: Pending Signed-off-by: Richard Leitner + --- - make/linux/makefiles/gcc.make | 4 ++-- + hotspot/make/linux/makefiles/gcc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotspot/make/linux/makefiles/gcc.make b/hotspot/make/linux/makefiles/gcc.make -index 7a5162a06..67607fb26 100644 +index cd9511e5..94412c8f 100644 --- a/hotspot/make/linux/makefiles/gcc.make +++ b/hotspot/make/linux/makefiles/gcc.make -@@ -201,8 +201,8 @@ else +@@ -200,8 +200,8 @@ else CFLAGS += -pipe endif @@ -28,6 +29,3 @@ index 7a5162a06..67607fb26 100644 ifeq ($(USE_CLANG), true) # However we need to clean the code up before we can unrestrictedly enable this option with Clang --- -2.26.2 - -- cgit v1.2.3-54-g00ecf