summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index b38f3cb..cb6b5d3 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -85,6 +85,7 @@ EXTRA_OECONF = "\
85 --with-jaxws-src-zip=${DL_DIR}/${JAXWS_FILE} \ 85 --with-jaxws-src-zip=${DL_DIR}/${JAXWS_FILE} \
86 --with-jdk-src-zip=${DL_DIR}/${JDK_FILE} \ 86 --with-jdk-src-zip=${DL_DIR}/${JDK_FILE} \
87 --with-langtools-src-zip=${DL_DIR}/${LANGTOOLS_FILE} \ 87 --with-langtools-src-zip=${DL_DIR}/${LANGTOOLS_FILE} \
88 ac_cv_path_UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \
88 " 89 "
89 90
90JDK_DIR = "icedtea7-native" 91JDK_DIR = "icedtea7-native"
@@ -163,6 +164,7 @@ EXTRA_OEMAKE = ' \
163 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ 164 ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \
164 ${OEMAKE_BUILD_HEADLESS_ONLY} \ 165 ${OEMAKE_BUILD_HEADLESS_ONLY} \
165 DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ 166 DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \
167 UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \
166 ' 168 '
167 169
168do_compile() { 170do_compile() {