summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm
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
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')
-rw-r--r--recipes-core/jamvm/jamvm-initial_1.4.5.bb2
-rw-r--r--recipes-core/jamvm/jamvm_git.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/jamvm/jamvm-initial_1.4.5.bb b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
index 5fa9080..ea5a9d2 100644
--- a/recipes-core/jamvm/jamvm-initial_1.4.5.bb
+++ b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
@@ -7,6 +7,8 @@ DEPENDS = "zlib-native classpath-initial jikes-initial libffi-native"
7 7
8PROVIDES = "virtual/java-initial" 8PROVIDES = "virtual/java-initial"
9 9
10PR = "r1"
11
10S = "${WORKDIR}/jamvm-${PV}" 12S = "${WORKDIR}/jamvm-${PV}"
11 13
12SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \ 14SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
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 \