From 086eb6a323e4c4a4a32feb173f98db802ea3b747 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 23 Apr 2017 08:54:56 +0200 Subject: openjdk-8-cross.inc: fix a libpng build issue JDK/JRE fails to build for ARM NEON machines, due to a undefined symbol in libpng, as follows: | build/jdk/objs/libsplashscreen/pngrutil.o: In function `png_init_filter_functions': | jdk/src/share/native/sun/awt/libpng/pngrutil.c:4002: undefined reference to `png_init_filter_functions_neon' This is a known issue already fixed in openjdk upstream, back-port the fix. Signed-off-by: Ming Liu Signed-off-by: Maxin B. John --- recipes-core/openjdk/openjdk-8-cross.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/openjdk/openjdk-8-cross.inc') diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 247438f..ad3a44d 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -13,6 +13,7 @@ PATCHES_URI_append = "\ file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \ file://openjdk8-fix-zero-mode-crash.patch;apply=no \ file://openjdk8-add-missing-linker-flags.patch;apply=no \ + file://openjdk8-fix-libpng-neon-build.patch;apply=no \ " DEPENDS = "\ -- cgit v1.2.3-54-g00ecf