From 63a37fad0c8a049788765babe10f6934e76c44f4 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Fri, 16 Oct 2015 19:30:32 +0200 Subject: icedtea7: allow modern Linux being used, either Since Yocto Project has a reasonable definition of supported build hosts, we shouldn't restrict to e.g. pre 4.x kernels as icedtea7 expects. Signed-off-by: Jens Rehsack Signed-off-by: Otavio Salvador --- recipes-core/openjdk/openjdk-7-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/openjdk/openjdk-7-common.inc') diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 74b93d9..6ff2a79 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc @@ -157,6 +157,7 @@ EXTRA_OEMAKE += ' \ ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ CROSS_COMPILE_ARCH="${JDK_ARCH}" \ REQUIRED_ALSA_VERSION="" \ + DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ ' # Provides the target architecture to the configure script. -- cgit v1.2.3-54-g00ecf