summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-05-24 13:43:20 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-09-29 21:50:55 +0200
commit9406a34197e0d116bdfcf451f90112b67796455c (patch)
treecb105c2e509045c86475f31050cc9612947b17d9 /recipes-core/jamvm/jamvm.inc
parent2abf8524c81d3e0e4ec5004721fdc74479bb2790 (diff)
downloadmeta-java-9406a34197e0d116bdfcf451f90112b67796455c.tar.gz
java-library.bbclass: Export BOOTCLASSPATH and LD_LIBRARY_PATH
They are helpful in rebuilding from shared state since jamvm is not so relocatable. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index 84c8513..e82a780 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -50,4 +50,6 @@ ALTERNATIVE_PRIORITY = "4"
50# shared state for jamvm-native does not work 50# shared state for jamvm-native does not work
51# since the paths are hardcoded 51# since the paths are hardcoded
52#SSTATE_MIRRORS_class-native = "" 52#SSTATE_MIRRORS_class-native = ""
53export LD_LIBRARY_PATH
54export BOOTCLASSPATH
53 55