aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-core/openjdk
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-24 11:07:52 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-24 11:26:55 +0100
commit1c66debc4f78119de3f0047dbd7f2d88075061bf (patch)
tree6a6a15fc9aa2646b8e38784e2deaef2bceb073d5 /meta-aarch64/recipes-core/openjdk
parent6cb8d4bed405049da1ffb0c5790375973aac90f3 (diff)
meta-linaro: openjdk-8: add runtime recommendation on liberation-fonts
This is a temporary fix to ensure that there are some workable fonts for OpenJDK-8 on OE. Anything consuming or depending on AWT graphics currently produces a NullPointerException. This has (possibly) changed in 13.09 => 13.10 because we have merged to a later version of the tip of x86 development and there are configure-based changes around font configuration in general. These changes need to now be understood and considered. Change-Id: I738b81468585eb2bae5d465bcf6489b927404784 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-aarch64/recipes-core/openjdk')
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index 364c62e1..b50967a9 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -107,6 +107,9 @@ RPROVIDES_${JDKPN}-jre = "java2-runtime java2-vm"
RPROVIDES_${JDKPN}-jdk = "java2-runtime java2-vm"
RDEPENDS_${JDKPN}-demo = "java2-runtime"
+RRECOMMENDS_${JDKPN}-jre = "liberation-fonts"
+RRECOMMENDS_${JDKPN}-jdk = "liberation-fonts"
+
inherit update-alternatives
pkg_postinst_${JDKPN}-jre () {