summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc1
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc1
2 files changed, 2 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() {
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 += ' \
157 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ 157 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \
158 CROSS_COMPILE_ARCH="${JDK_ARCH}" \ 158 CROSS_COMPILE_ARCH="${JDK_ARCH}" \
159 REQUIRED_ALSA_VERSION="" \ 159 REQUIRED_ALSA_VERSION="" \
160 DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \
160 ' 161 '
161 162
162# Provides the target architecture to the configure script. 163# Provides the target architecture to the configure script.