summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm_git.bb
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/jamvm/jamvm_git.bb
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/jamvm/jamvm_git.bb')
-rw-r--r--recipes-core/jamvm/jamvm_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb
index e6b6132..2a4213b 100644
--- a/recipes-core/jamvm/jamvm_git.bb
+++ b/recipes-core/jamvm/jamvm_git.bb
@@ -6,6 +6,8 @@ require jamvm.inc
6SRCREV = "4617da717ecb05654ea5bb9572338061106a414d" 6SRCREV = "4617da717ecb05654ea5bb9572338061106a414d"
7PV = "1.5.5+1.6.0-devel+git${SRCPV}" 7PV = "1.5.5+1.6.0-devel+git${SRCPV}"
8 8
9PR = "r1"
10
9SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ 11SRC_URI = "git://git.berlios.de/jamvm;protocol=git \
10 file://jamvm-jni_h-noinst.patch \ 12 file://jamvm-jni_h-noinst.patch \
11 file://libffi.patch \ 13 file://libffi.patch \