diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-15 21:53:51 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-15 22:03:30 +0200 |
commit | 10f63b3d596662ac375e06a8ed959a6369d1ef20 (patch) | |
tree | fdf830855ea42f9749cbe539da70812c6076ad05 /recipes/icedtea/icedtea6-native.inc | |
parent | cefd83f5b99607ddc592e973c50acf704a0db855 (diff) |
icedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requirement
* bump INC_PR
Diffstat (limited to 'recipes/icedtea/icedtea6-native.inc')
-rw-r--r-- | recipes/icedtea/icedtea6-native.inc | 11 |
1 files changed, 7 insertions, 4 deletions
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. |