summaryrefslogtreecommitdiffstats
path: root/recipes/icedtea/icedtea6-native.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-16 13:52:04 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-17 14:11:51 +0200
commita6e5816456eca3f49e806747a5b7a2bd7fe3ccba (patch)
treeae6ae0cd97948b050cc005d361a1b6a3c5e8b8ec /recipes/icedtea/icedtea6-native.inc
parent587374131ce94cd701955bca7e23e31761ce51ac (diff)
downloadopenembedded-a6e5816456eca3f49e806747a5b7a2bd7fe3ccba.tar.gz
icedtea6-native: use the right variable for zip and override it via make commandline
* bump INC_PR
Diffstat (limited to 'recipes/icedtea/icedtea6-native.inc')
-rw-r--r--recipes/icedtea/icedtea6-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/icedtea/icedtea6-native.inc b/recipes/icedtea/icedtea6-native.inc
index 4ee792adb7..53fb43f9bd 100644
--- a/recipes/icedtea/icedtea6-native.inc
+++ b/recipes/icedtea/icedtea6-native.inc
@@ -1,7 +1,7 @@
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 = "r1"
+INC_PR = "r2"
DEPENDS = "virtual/javac-native classpath-tools-native \
virtual/java-native classpath-native \
@@ -105,7 +105,7 @@ do_configure_append() {
}
EXTRA_OEMAKE = ' \
- STAGING_BINDIR_NATIVE="${STAGING_BINDIR_NATIVE}/" \
+ ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \
'
do_compile() {