From 7a52e35ec03bbd8aba052b7e74d90b6fe192a155 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 17 Jul 2010 00:43:47 +0200 Subject: [PATCH] openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native * bump INC_PR --- recipes/openjdk/openjdk-6-common.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5