From 10f63b3d596662ac375e06a8ed959a6369d1ef20 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 15 Jul 2010 21:53:51 +0200 Subject: icedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requirement * bump INC_PR --- recipes/icedtea/icedtea6-native.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'recipes/icedtea/icedtea6-native.inc') diff --git a/recipes/icedtea/icedtea6-native.inc b/recipes/icedtea/icedtea6-native.inc index d032a7c28e..4ee792adb7 100644 --- a/recipes/icedtea/icedtea6-native.inc +++ b/recipes/icedtea/icedtea6-native.inc @@ -1,13 +1,14 @@ DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" HOMEPAGE = "http://icedtea.classpath.org" LICENSE = "GPL with Classpath Exception" -INC_PR = "r0" +INC_PR = "r1" DEPENDS = "virtual/javac-native classpath-tools-native \ virtual/java-native classpath-native \ xalan-j-native xerces-j-native rhino-native \ ant-native libx11-native xproto-native libxt-native \ - freetype-native zlib-native giflib-native jpeg-native\ + freetype-native zlib-native giflib-native jpeg-native \ + zip-native \ " inherit native java autotools @@ -17,8 +18,6 @@ JAVA_HOME[unexport] = "1" # No parallel build yet. PARALLEL_MAKE = "" -#EXTRA_OEMAKE = "--debug=v" - # Configure options compatible with Cacao >= 0.99 only! EXTRA_OECONF = "\ --with-parallel-jobs=1 \ @@ -105,6 +104,10 @@ do_configure_append() { done } +EXTRA_OEMAKE = ' \ + STAGING_BINDIR_NATIVE="${STAGING_BINDIR_NATIVE}/" \ + ' + do_compile() { # OpenJDK uses slightly different names for certain arches. We need to know # this to create some files which are expected by the build. -- cgit v1.2.3