From 9520a8d47a679f7273f011450b15da5f4acd2313 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Mon, 5 Mar 2018 09:30:55 +0000 Subject: openjdk-8: Upgrade to u162b12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - openjdk8-fix-zero-mode-crash.patch was a backport -> dropped - remaining patches -> refreshed - license checksum change due to address change in license file (see patch) Signed-off-by: André Draszik Signed-off-by: Maxin B. John --- ...t-debuginfo-in-favour-of-openembedded-package-split.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-core/openjdk/patches-openjdk-8/openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch') diff --git a/recipes-core/openjdk/patches-openjdk-8/openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch b/recipes-core/openjdk/patches-openjdk-8/openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch index 3a71403..7d340a8 100644 --- a/recipes-core/openjdk/patches-openjdk-8/openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch +++ b/recipes-core/openjdk/patches-openjdk-8/openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch @@ -1,6 +1,6 @@ ---- make/common/NativeCompilation.gmk.orig 2015-09-09 17:15:33.869765681 +0200 -+++ make/common/NativeCompilation.gmk 2015-09-09 17:55:26.485774688 +0200 -@@ -434,58 +434,6 @@ +--- make/common/NativeCompilation.gmk.orig ++++ make/common/NativeCompilation.gmk +@@ -438,58 +438,6 @@ define SetupNativeCompilation $$($1_OUTPUT_DIR)/% : $$($1_OBJECT_DIR)/% $(CP) $$< $$@ endif @@ -58,8 +58,8 @@ - endif endif endif - -@@ -518,58 +466,6 @@ + +@@ -522,58 +470,6 @@ endif # no MacOS X support yet $$($1_OUTPUT_DIR)/% : $$($1_OBJECT_DIR)/% $(CP) $$< $$@ endif @@ -117,4 +117,4 @@ - endif endif endif - + -- cgit v1.2.3-54-g00ecf