diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-12-13 01:13:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-03-14 14:20:53 -0700 |
commit | 2219bbdd19bc91cef58a1e23c6f7910c07f01df7 (patch) | |
tree | 578807c65547fe590b8501295e58c051b5c9a80e | |
parent | 155b966395b78e224ccd993310fa63a41a3808a0 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 3 |
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" | |||
47 | ALTERNATIVE_NAME = "java" | 47 | ALTERNATIVE_NAME = "java" |
48 | ALTERNATIVE_PATH = "${bindir}/jamvm" | 48 | ALTERNATIVE_PATH = "${bindir}/jamvm" |
49 | ALTERNATIVE_PRIORITY = "4" | 49 | ALTERNATIVE_PRIORITY = "4" |
50 | # shared state for jamvm-native does not work | ||
51 | # since the paths are hardcoded | ||
52 | SSTATE_MIRRORS_class-native = "" | ||
50 | 53 | ||