[oe-commits] Henning Heinold : openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native

git version control git at git.openembedded.org
Sat Jul 17 12:12:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7a52e35ec03bbd8aba052b7e74d90b6fe192a155
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a52e35ec03bbd8aba052b7e74d90b6fe192a155

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat Jul 17 00:43:47 2010 +0200

openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native

* bump INC_PR

---

 recipes/openjdk/openjdk-6-common.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index 9db2a7c..8cbf8c3 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





More information about the Openembedded-commits mailing list