summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
diff options
context:
space:
mode:
authorAndreas Obergschwandtner <andreas.obergschwandtner@skidata.com>2018-10-23 10:03:10 +0200
committerRichard Leitner <dev@g0hl1n.net>2018-10-24 00:34:29 +0200
commit0cd349d14cb844075d6126f2a3285be614c54c3f (patch)
tree4dc95b2e4295e8a0f43fd9047235e4131901e24e /recipes-core/openjdk/openjdk-8-release-172b11-common.inc
parent6b0967cc592fc92a71b4094dc6154432cc7f1130 (diff)
downloadmeta-java-0cd349d14cb844075d6126f2a3285be614c54c3f.tar.gz
openjdk-8-native: hotspot: handle format-overflow error for gcc >= 7
fixed the format-overflow warnings by patch affected files in openjdk-8-hotspot Signed-off-by: Andreas Obergschwandtner <andreas.obergschwandtner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-172b11-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-172b11-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
index 0cda4bb..ad20585 100644
--- a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
+++ b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
@@ -20,6 +20,7 @@ PATCHES_URI = "\
20 ${HOTSPOT_UB_PATCH} \ 20 ${HOTSPOT_UB_PATCH} \
21 ${LIBPNG_NEON_PATCH} \ 21 ${LIBPNG_NEON_PATCH} \
22 file://handle_extra_output.patch \ 22 file://handle_extra_output.patch \
23 file://hotspot-handle-gcc7-format-overflow.patch \
23" 24"
24HOTSPOT_UB_PATCH = "\ 25HOTSPOT_UB_PATCH = "\
25 file://0014-hotspot-zero-fix-undefined-behaviour-gcc-v8-fix.patch \ 26 file://0014-hotspot-zero-fix-undefined-behaviour-gcc-v8-fix.patch \