summaryrefslogtreecommitdiffstats
path: root/recipes/icedtea/icedtea6-native-1.8
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-15 21:53:51 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-15 22:03:30 +0200
commit10f63b3d596662ac375e06a8ed959a6369d1ef20 (patch)
treefdf830855ea42f9749cbe539da70812c6076ad05 /recipes/icedtea/icedtea6-native-1.8
parentcefd83f5b99607ddc592e973c50acf704a0db855 (diff)
downloadopenembedded-10f63b3d596662ac375e06a8ed959a6369d1ef20.tar.gz
icedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requirement
* bump INC_PR
Diffstat (limited to 'recipes/icedtea/icedtea6-native-1.8')
-rw-r--r--recipes/icedtea/icedtea6-native-1.8/icedtea-oe-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/icedtea/icedtea6-native-1.8/icedtea-oe-path.patch b/recipes/icedtea/icedtea6-native-1.8/icedtea-oe-path.patch
new file mode 100644
index 0000000000..ad25472851
--- /dev/null
+++ b/recipes/icedtea/icedtea6-native-1.8/icedtea-oe-path.patch
@@ -0,0 +1,13 @@
+Index: openjdk/jdk/make/common/shared/Defs-utils.gmk
+===================================================================
+--- openjdk/jdk/make/common/shared/Defs-utils.gmk 2010-07-15 18:22:59.731376457 +0200
++++ openjdk/jdk/make/common/shared/Defs-utils.gmk 2010-07-15 18:24:09.784285551 +0200
+@@ -146,7 +146,7 @@
+ WC = $(UTILS_USR_BIN_PATH)wc
+ WHICH = $(UTILS_USR_BIN_PATH)which
+ YACC = $(UTILS_CCS_BIN_PATH)yacc
+-ZIPEXE = $(UTILS_DEVTOOL_PATH)zip
++ZIPEXE = $(STAGING_BINDIR_NATIVE)zip
+
+ # Special cases
+ #RM is defined by GNU Make as 'rm -f'