summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-12-13 01:13:34 -0800
committerKhem Raj <raj.khem@gmail.com>2013-03-14 14:20:53 -0700
commit2219bbdd19bc91cef58a1e23c6f7910c07f01df7 (patch)
tree578807c65547fe590b8501295e58c051b5c9a80e /recipes-core/jamvm/jamvm.inc
parent155b966395b78e224ccd993310fa63a41a3808a0 (diff)
downloadmeta-java-2219bbdd19bc91cef58a1e23c6f7910c07f01df7.tar.gz
jamvm: sstate doesnt work for jamvm-native
jamvm uses hardcoded values for classpath which then gets into the jamvm-native binary now if you unpack the shared state into a different tree it will not find the right classes and fail icedtea7-native-2.1.3-r1.0/fake-jdk/bin/javah exhibits Classpath bug 39408... configure: error: The Java compiler /evobuilds2/buildbot/slaves/slave/kraj/build/yocto/daily/tmp-eglibc/sysroots/x86_64-linux/usr/bin/javac failed For more details see http://old.nabble.com/Re:-Problems-with-JamVM-(I-am-a-beginner)please-help-me-out!-p17404599.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index bf2bc4b..ee0e5c0 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -47,4 +47,7 @@ FILES_${PN} += "${libdir}/jamvm/lib*.so"
47ALTERNATIVE_NAME = "java" 47ALTERNATIVE_NAME = "java"
48ALTERNATIVE_PATH = "${bindir}/jamvm" 48ALTERNATIVE_PATH = "${bindir}/jamvm"
49ALTERNATIVE_PRIORITY = "4" 49ALTERNATIVE_PRIORITY = "4"
50# shared state for jamvm-native does not work
51# since the paths are hardcoded
52SSTATE_MIRRORS_class-native = ""
50 53