diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index a928103..718fc1a 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -109,6 +109,7 @@ EXTRA_OECONF = " \ | |||
109 | \ | 109 | \ |
110 | --with-pkgversion=${PV} \ | 110 | --with-pkgversion=${PV} \ |
111 | --with-cc-for-build=${BUILD_CC} \ | 111 | --with-cc-for-build=${BUILD_CC} \ |
112 | ac_cv_path_UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \ | ||
112 | " | 113 | " |
113 | 114 | ||
114 | # PCSC default value was changed to true and SCTP was added during the 2.6.0 | 115 | # PCSC default value was changed to true and SCTP was added during the 2.6.0 |
@@ -149,6 +150,7 @@ EXTRA_OEMAKE += ' \ | |||
149 | CROSS_COMPILE_ARCH="${JDK_ARCH}" \ | 150 | CROSS_COMPILE_ARCH="${JDK_ARCH}" \ |
150 | REQUIRED_ALSA_VERSION="" \ | 151 | REQUIRED_ALSA_VERSION="" \ |
151 | DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ | 152 | DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \ |
153 | UNZIP_BIN="${STAGING_BINDIR_NATIVE}/unzip" \ | ||
152 | ' | 154 | ' |
153 | 155 | ||
154 | # Provides the target architecture to the configure script. | 156 | # Provides the target architecture to the configure script. |