summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2015-10-16 19:30:32 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-19 10:12:53 -0200
commit63a37fad0c8a049788765babe10f6934e76c44f4 (patch)
tree6abee06169f358bdcb34bc7b739af108f1a7a90d /recipes-core/icedtea/icedtea7-native.inc
parent2dcff5266a6c1ed39e49b24b8d2984a165ad9c35 (diff)
downloadmeta-java-63a37fad0c8a049788765babe10f6934e76c44f4.tar.gz
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 <sno@netbsd.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc1
1 files changed, 1 insertions, 0 deletions
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 = ' \
162 OE_LDFLAGS="${LDFLAGS}" \ 162 OE_LDFLAGS="${LDFLAGS}" \
163 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ 163 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \
164 ${OEMAKE_BUILD_HEADLESS_ONLY} \ 164 ${OEMAKE_BUILD_HEADLESS_ONLY} \
165 DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \
165 ' 166 '
166 167
167do_compile() { 168do_compile() {