diff options
author | André Draszik <andre.draszik@jci.com> | 2018-03-05 09:30:55 +0000 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2018-03-05 13:55:30 +0200 |
commit | 9520a8d47a679f7273f011450b15da5f4acd2313 (patch) | |
tree | 3543bcc6e0b4ebb490cad4498efc76446a1204b1 /recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch | |
parent | 29c72c6dd6e836c2f55734626dbd780dd8db56a7 (diff) | |
download | meta-java-9520a8d47a679f7273f011450b15da5f4acd2313.tar.gz |
openjdk-8: Upgrade to u162b12
- 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 <andre.draszik@jci.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch b/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch index e34305c..38f5f9b 100644 --- a/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch +++ b/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch | |||
@@ -1,9 +1,9 @@ | |||
1 | --- jdk/make/GenerateSources.gmk.orig 2015-08-24 11:23:34.720648954 +0200 | 1 | --- jdk/make/GenerateSources.gmk.orig |
2 | +++ jdk/make/GenerateSources.gmk 2015-08-24 11:24:41.376649205 +0200 | 2 | +++ jdk/make/GenerateSources.gmk |
3 | @@ -73,9 +73,11 @@ | 3 | @@ -73,9 +73,11 @@ ifneq ($(OPENJDK_TARGET_OS), windows) |
4 | GENSRC += $(GENSRC_OSX_ICONS) | 4 | GENSRC += $(GENSRC_OSX_ICONS) |
5 | endif | 5 | endif |
6 | 6 | ||
7 | - ifneq ($(OPENJDK_TARGET_OS), macosx) | 7 | - ifneq ($(OPENJDK_TARGET_OS), macosx) |
8 | - include gensrc/GensrcX11Wrappers.gmk | 8 | - include gensrc/GensrcX11Wrappers.gmk |
9 | - GENSRC += $(GENSRC_X11WRAPPERS) | 9 | - GENSRC += $(GENSRC_X11WRAPPERS) |
@@ -14,4 +14,4 @@ | |||
14 | + endif | 14 | + endif |
15 | endif | 15 | endif |
16 | endif | 16 | endif |
17 | 17 | ||