diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-01-06 09:52:16 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-01-06 09:53:33 +0100 |
commit | 7b845e3f4de24678fffd1d2d748cbcf5ca3b64d9 (patch) | |
tree | d00cc846e4f85706d6b35a8291cf8f42d3f165dc | |
parent | cbe884ebf21662b1dbb7bbec429e23a977d8a706 (diff) | |
download | meta-java-7b845e3f4de24678fffd1d2d748cbcf5ca3b64d9.tar.gz |
jamvm: do not use the glibj.zip from host system
* was spotted by Xerxes RÄnby
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index 4eab1c1..ee629fe 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc | |||
@@ -30,7 +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_OMAKE_virtclass-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ |
34 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ | ||
35 | " | ||
34 | 36 | ||
35 | do_install_append_virtclass-native() { | 37 | do_install_append_virtclass-native() { |
36 | install -d ${D}${bindir} | 38 | install -d ${D}${bindir} |