From d17c8e8a404c749d3a8c7b72bb8fc7a18cedd0b6 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Mon, 20 Aug 2018 16:32:33 +0100 Subject: openjdk-8: allow to build client JVM via PACKAGECONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The aarch32 port will need to unconditionally enable this. Signed-off-by: André Draszik Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-cross.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 939155b..d04b0d3 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -32,7 +32,9 @@ PACKAGECONFIG[jpeg] = "--with-libjpeg=system,--with-libjpeg=bundled,jpeg," PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng," PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib," +# JVM variants export WANT_LLVM_RELEASE = "3.5.2" +PACKAGECONFIG[client] = "--with-jvm-variants=client,,," PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," PACKAGECONFIG[shark] = "--with-jvm-variants=zeroshark,,llvm3.5," -- cgit v1.2.3-54-g00ecf