diff options
Diffstat (limited to 'recipes-core/jamvm/jamvm_git.bb')
-rw-r--r-- | recipes-core/jamvm/jamvm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb index 57f7e64..34861ac 100644 --- a/recipes-core/jamvm/jamvm_git.bb +++ b/recipes-core/jamvm/jamvm_git.bb | |||
@@ -6,7 +6,7 @@ require jamvm.inc | |||
6 | SRCREV = "6cef41d859fbc9ce7868a97cb2cb5dd2b10b9103" | 6 | SRCREV = "6cef41d859fbc9ce7868a97cb2cb5dd2b10b9103" |
7 | PV = "2.0.0-devel+git${SRCPV}" | 7 | PV = "2.0.0-devel+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \ | 9 | SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git;branch=master \ |
10 | file://jamvm-jni_h-noinst.patch \ | 10 | file://jamvm-jni_h-noinst.patch \ |
11 | file://libffi.patch \ | 11 | file://libffi.patch \ |
12 | file://jamvm-minmax-heap.patch \ | 12 | file://jamvm-minmax-heap.patch \ |
@@ -15,4 +15,4 @@ SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE_aarch64 = "-" | 18 | COMPATIBLE_MACHINE:aarch64 = "-" |