From a6e5816456eca3f49e806747a5b7a2bd7fe3ccba Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 16 Jul 2010 13:52:04 +0200 Subject: icedtea6-native: use the right variable for zip and override it via make commandline * bump INC_PR --- recipes/icedtea/icedtea6-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/icedtea/icedtea6-native.inc') 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() { -- cgit v1.2.3