summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-06-14 17:44:57 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-06-15 12:06:25 +0200
commit52fb41cec7d5125bb11c718705158696ffef11f8 (patch)
treeaadcaeaab81c6a335060c8730fea0ce80b91ee1f /recipes-core/openjdk/openjdk-8-release-16xbyy.inc
parent4d5c4a654dc45e75b99f5dcfb43352e9683db583 (diff)
downloadmeta-java-52fb41cec7d5125bb11c718705158696ffef11f8.tar.gz
openjdk-8: fix build for gcc8.x
Currently oe-core/YoctoProject migrated to gcc8.x. This update broke our openjdk-8 and openjre-8 build. This patch avoids this problem by disabling the problematic gcc warnings and errors. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-16xbyy.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-16xbyy.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-16xbyy.inc b/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
index bd4a349..7ca0997 100644
--- a/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
+++ b/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
@@ -16,6 +16,7 @@ PATCHES_URI = "\
16 file://0008-jdk-use-correct-include-for-signal.patch \ 16 file://0008-jdk-use-correct-include-for-signal.patch \
17 file://0009-jdk-disable-backtrace-musl-build-fix.patch \ 17 file://0009-jdk-disable-backtrace-musl-build-fix.patch \
18 file://0010-build-fix-build-on-as-needed-toolchains-generic.patch \ 18 file://0010-build-fix-build-on-as-needed-toolchains-generic.patch \
19 file://hotspot_fix_gcc8x_build.patch \
19" 20"
20# some patches extracted from http://cr.openjdk.java.net/~rkennke/shark-build-hotspot/webrev.01/hotspot.patch 21# some patches extracted from http://cr.openjdk.java.net/~rkennke/shark-build-hotspot/webrev.01/hotspot.patch
21# reported via http://mail.openjdk.java.net/pipermail/build-dev/2015-January/013972.html 22# reported via http://mail.openjdk.java.net/pipermail/build-dev/2015-January/013972.html