From 9406a34197e0d116bdfcf451f90112b67796455c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 May 2013 13:43:20 -0700 Subject: 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 --- recipes-core/jamvm/jamvm.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/jamvm') 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" # shared state for jamvm-native does not work # since the paths are hardcoded #SSTATE_MIRRORS_class-native = "" +export LD_LIBRARY_PATH +export BOOTCLASSPATH -- cgit v1.2.3-54-g00ecf