From cf74220c5f9902e77845a21fce909c9e96f4da8e Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Mon, 27 Apr 2015 22:13:00 +0200 Subject: openjdk-7: use icedtea7-native as dependency instead of icedtea6 Due to problems when using native rmic, I switched to using icedtea7. Signed-off-by: Sven Ebenfeld Signed-off-by: Otavio Salvador --- 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 b9ec571..29519fa 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 = " \ - icedtea6-native zip-native ant-native \ + icedtea7-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}/icedtea6-native \ + --with-jdk-home=${STAGING_LIBDIR_JVM_NATIVE}/icedtea7-native \ --with-rhino=${STAGING_DATADIR_JAVA}/rhino.jar \ \ --with-openjdk-src-zip=${WORKDIR}/${OPENJDK_FILE} \ -- cgit v1.2.3-54-g00ecf