summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-04 05:20:56 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-04 05:24:16 +0000
commit2538fdffd3f5728b788ede09e2b0b576ad362ce2 (patch)
tree0ba10d8ab1621de5dcffaa0906be47d7af28011a /recipes-core/icedtea
parente90110b85733f9cdda26861bc29588257173c11c (diff)
downloadmeta-java-2538fdffd3f5728b788ede09e2b0b576ad362ce2.tar.gz
classpath-initial: fix installation of tools.zip file
This fixes an unpredicability of sysroot tools.zip version as classpath-initial and classpath-native were installing the tools.zip at same path. We also bump PR of affected recipes to force them to rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/icedtea')
-rw-r--r--recipes-core/icedtea/icedtea6-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes-core/icedtea/icedtea6-native.inc
index 7287462..700bfb0 100644
--- a/recipes-core/icedtea/icedtea6-native.inc
+++ b/recipes-core/icedtea/icedtea6-native.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" 1DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools"
2HOMEPAGE = "http://icedtea.classpath.org" 2HOMEPAGE = "http://icedtea.classpath.org"
3LICENSE = "GPL with Classpath Exception" 3LICENSE = "GPL with Classpath Exception"
4INC_PR = "r4" 4INC_PR = "r5"
5 5
6DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ 6DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
7 xalan-j-native xerces-j-native rhino-native \ 7 xalan-j-native xerces-j-native rhino-native \