summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-07 14:51:41 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-01-07 23:42:19 +0100
commite90233b586ec2a040124e4c86218e88fe76a8173 (patch)
tree45fb102750188855cb5d3ce8a52e66ede7f14c37 /recipes-core/jamvm/jamvm.inc
parent57aa95093231d730ea05951f4d254ff919cfd3a8 (diff)
downloadmeta-java-e90233b586ec2a040124e4c86218e88fe76a8173.tar.gz
jamvm: fix OEMAKE typo and apply for non-native builds as well
* fix was sent in by Xerxes RĂ„nby too Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index ee629fe..59cc841 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -30,9 +30,9 @@ ARM_INSTRUCTION_SET = "arm"
30EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi" 30EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi"
31 31
32# Enforce usage of ecj-initial. 32# Enforce usage of ecj-initial.
33EXTRA_OMAKE_virtclass-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ 33EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \
34 GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ 34 GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \
35 " 35 "
36 36
37do_install_append_virtclass-native() { 37do_install_append_virtclass-native() {
38 install -d ${D}${bindir} 38 install -d ${D}${bindir}