diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-04-23 08:54:56 +0200 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2017-05-29 13:46:17 +0300 |
commit | 086eb6a323e4c4a4a32feb173f98db802ea3b747 (patch) | |
tree | 9480cc7fcdd17e9be79956242ccf13f7fbf7fde7 /recipes-core/openjdk/openjdk-8-cross.inc | |
parent | 4d919975d5bc5501fdebe914fd11744107ca16a7 (diff) | |
download | meta-java-086eb6a323e4c4a4a32feb173f98db802ea3b747.tar.gz |
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 <peter.x.liu@external.atlascopco.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-cross.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
13 | file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \ | 13 | file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \ |
14 | file://openjdk8-fix-zero-mode-crash.patch;apply=no \ | 14 | file://openjdk8-fix-zero-mode-crash.patch;apply=no \ |
15 | file://openjdk8-add-missing-linker-flags.patch;apply=no \ | 15 | file://openjdk8-add-missing-linker-flags.patch;apply=no \ |
16 | file://openjdk8-fix-libpng-neon-build.patch;apply=no \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | DEPENDS = "\ | 19 | DEPENDS = "\ |