diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-07 14:51:41 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-01-07 23:42:19 +0100 |
commit | e90233b586ec2a040124e4c86218e88fe76a8173 (patch) | |
tree | 45fb102750188855cb5d3ce8a52e66ede7f14c37 | |
parent | 57aa95093231d730ea05951f4d254ff919cfd3a8 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 6 |
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" | |||
30 | EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi" | 30 | EXTRA_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. |
33 | EXTRA_OMAKE_virtclass-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ | 33 | EXTRA_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 | ||
37 | do_install_append_virtclass-native() { | 37 | do_install_append_virtclass-native() { |
38 | install -d ${D}${bindir} | 38 | install -d ${D}${bindir} |