From 2219bbdd19bc91cef58a1e23c6f7910c07f01df7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 13 Dec 2012 01:13:34 -0800 Subject: 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 --- recipes-core/jamvm/jamvm.inc | 3 +++ 1 file changed, 3 insertions(+) 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" ALTERNATIVE_NAME = "java" ALTERNATIVE_PATH = "${bindir}/jamvm" ALTERNATIVE_PRIORITY = "4" +# shared state for jamvm-native does not work +# since the paths are hardcoded +SSTATE_MIRRORS_class-native = "" -- cgit v1.2.3-54-g00ecf