From: Henning Heinold Date: Fri, 16 Jul 2010 22:43:47 +0000 (+0200) Subject: openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a52e35ec03bbd8aba052b7e74d90b6fe192a155;p=openembedded.git openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native * bump INC_PR --- diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc index 9db2a7c433..8cbf8c39d5 100644 --- a/recipes/openjdk/openjdk-6-common.inc +++ b/recipes/openjdk/openjdk-6-common.inc @@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET" S = "${WORKDIR}/${ICEDTEA}" B = "${S}/build" -INC_PR = "r6" +INC_PR = "r7" SRC_URI = "\ ${ICEDTEA_URI} \ @@ -35,6 +35,7 @@ DEPENDS = "giflib libpng jpeg cups \ ant-native alsa-lib libffi \ icedtea6-native fastjar \ llvm2.7 cacaoh-openjdk-native \ + zip-native \ " # The OpenJDK build with interpreter optimizations for ARM depends on a binary @@ -223,6 +224,7 @@ EXTRA_OEMAKE += ' \ OE_CPPFLAGS="${TARGET_CPPFLAGS}" \ OE_CXXFLAGS="${TARGET_CXXFLAGS}" \ OE_LDFLAGS="${TARGET_LDFLAGS}" \ + ZIPEXE="${STAGING_BINDIR_NATIVE}/zip" \ ' # Puts an OE specific string into the binary making it possible for the user