summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-common.inc
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2013-03-31 21:54:30 +0000
committerHenning Heinold <henning@itconsulting-heinold.de>2014-01-09 01:26:02 +0100
commit76c497ed3b21832b7561e872c14fe072065bd24d (patch)
tree475eaf5cfac28320afb8c935bfd6a754dbbee668 /recipes-core/openjdk/openjdk-7-common.inc
parentff21c25720a75ac8740ea7a795ebf0c849f42522 (diff)
downloadmeta-java-76c497ed3b21832b7561e872c14fe072065bd24d.tar.gz
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
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc4
1 files changed, 2 insertions, 2 deletions
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"
26PROVIDES += "${JDKPN}" 26PROVIDES += "${JDKPN}"
27 27
28DEPENDS = " \ 28DEPENDS = " \
29 icedtea7-native zip-native ant-native \ 29 icedtea6-native zip-native ant-native \
30 zlib \ 30 zlib \
31 jpeg libpng giflib \ 31 jpeg libpng giflib \
32 gtk+ glib-2.0 \ 32 gtk+ glib-2.0 \
@@ -101,7 +101,7 @@ EXTRA_OECONF = " \
101 \ 101 \
102 --enable-zero \ 102 --enable-zero \
103 \ 103 \
104 --with-jdk-home=${STAGING_LIBDIR_JVM_NATIVE}/icedtea7-native \ 104 --with-jdk-home=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native \
105 --with-rhino=${STAGING_DATADIR_JAVA}/rhino.jar \ 105 --with-rhino=${STAGING_DATADIR_JAVA}/rhino.jar \
106 \ 106 \
107 --with-openjdk-src-zip=${WORKDIR}/${OPENJDK_FILE} \ 107 --with-openjdk-src-zip=${WORKDIR}/${OPENJDK_FILE} \