summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-01-06 09:52:16 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-01-06 09:53:33 +0100
commit7b845e3f4de24678fffd1d2d748cbcf5ca3b64d9 (patch)
treed00cc846e4f85706d6b35a8291cf8f42d3f165dc /recipes-core/jamvm/jamvm.inc
parentcbe884ebf21662b1dbb7bbec429e23a977d8a706 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc4
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"
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_OMAKE_virtclass-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \
34 GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \
35 "
34 36
35do_install_append_virtclass-native() { 37do_install_append_virtclass-native() {
36 install -d ${D}${bindir} 38 install -d ${D}${bindir}