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/icedtea/icedtea7-native.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/icedtea/icedtea7-native.inc') diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 69dd0ae..43385e9 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc @@ -162,6 +162,7 @@ EXTRA_OEMAKE = ' \ OE_LDFLAGS="${LDFLAGS}" \ ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ ${OEMAKE_BUILD_HEADLESS_ONLY} \ + DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ ' do_compile() { -- cgit v1.2.3-54-g00ecf