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, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 794bf58..d59a57a 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -93,7 +93,7 @@ export ALT_CUPS_HEADERS_PATH = "${STAGING_INCDIR}" | |||
93 | export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" | 93 | export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" |
94 | export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}" | 94 | export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}" |
95 | export CACAO_CONFIGURE_ARGS = " \ | 95 | export CACAO_CONFIGURE_ARGS = " \ |
96 | ${@['','--enable-softfloat'][d.getVar('TARGET_FPU', True) == 'soft']}" | 96 | ${@['','--enable-softfloat'][d.getVar('TARGET_FPU') == 'soft']}" |
97 | 97 | ||
98 | JAVA_HOME[unexport] = "1" | 98 | JAVA_HOME[unexport] = "1" |
99 | 99 | ||