From 76c497ed3b21832b7561e872c14fe072065bd24d Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 31 Mar 2013 21:54:30 +0000 Subject: openjdk7: use icedtea6-native instead of icedtea7-native * the current icedtea7 seems to have some issues when compiling on recent linux distribution * switch back to icedtea6-native to have a reliable state for building openjdk7 --- recipes-core/openjdk/openjdk-7-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/openjdk/openjdk-7-common.inc') diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 206bf12..9ecc990 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc @@ -26,7 +26,7 @@ PN = "${JDKPN}-jre" PROVIDES += "${JDKPN}" DEPENDS = " \ - icedtea7-native zip-native ant-native \ + icedtea6-native zip-native ant-native \ zlib \ jpeg libpng giflib \ gtk+ glib-2.0 \ @@ -101,7 +101,7 @@ EXTRA_OECONF = " \ \ --enable-zero \ \ - --with-jdk-home=${STAGING_LIBDIR_JVM_NATIVE}/icedtea7-native \ + --with-jdk-home=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native \ --with-rhino=${STAGING_DATADIR_JAVA}/rhino.jar \ \ --with-openjdk-src-zip=${WORKDIR}/${OPENJDK_FILE} \ -- cgit v1.2.3-54-g00ecf