diff options
author | woglinde <henning@familie-heinold.de> | 2012-04-04 02:44:31 -0700 |
---|---|---|
committer | woglinde <henning@familie-heinold.de> | 2012-04-04 02:44:31 -0700 |
commit | 3e8579a967664c0e4b6f047c70f6893b72dc9573 (patch) | |
tree | 0ba10d8ab1621de5dcffaa0906be47d7af28011a /recipes-core/jamvm/jamvm_git.bb | |
parent | e90110b85733f9cdda26861bc29588257173c11c (diff) | |
parent | 2538fdffd3f5728b788ede09e2b0b576ad362ce2 (diff) | |
download | meta-java-3e8579a967664c0e4b6f047c70f6893b72dc9573.tar.gz |
Merge pull request #27 from OSSystems/master
Fix for sysroot race condition
Diffstat (limited to 'recipes-core/jamvm/jamvm_git.bb')
-rw-r--r-- | recipes-core/jamvm/jamvm_git.bb | 2 |
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 | |||
6 | SRCREV = "4617da717ecb05654ea5bb9572338061106a414d" | 6 | SRCREV = "4617da717ecb05654ea5bb9572338061106a414d" |
7 | PV = "1.5.5+1.6.0-devel+git${SRCPV}" | 7 | PV = "1.5.5+1.6.0-devel+git${SRCPV}" |
8 | 8 | ||
9 | PR = "r1" | ||
10 | |||
9 | SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ | 11 | SRC_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 \ |