summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-09-29 13:59:14 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-09-29 21:52:23 +0200
commitb7fe352e2cec76424b6c1017dbf84a28294ad9b7 (patch)
treedda616f52b9760ca4f492bb97aa19474273ee250 /classes
parent1f41f82b9241a69a4a1d61e2c547477a1ac84b5a (diff)
downloadmeta-java-b7fe352e2cec76424b6c1017dbf84a28294ad9b7.tar.gz
jamvm-native: separate bootclasspath out into shell script
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files use a shell script and set them there * this allow us again to use other vms for java-native
Diffstat (limited to 'classes')
-rw-r--r--classes/java-library.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index 749f1fb..a74c8d3 100644
--- a/classes/java-library.bbclass
+++ b/classes/java-library.bbclass
@@ -9,9 +9,6 @@
9# to set JPN manually! 9# to set JPN manually!
10 10
11inherit java 11inherit java
12export LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${STAGING_LIBDIR_NATIVE}/classpath:${STAGING_LIBDIR_NATIVE}/jamvm"
13export BOOTCLASSPATH = "${STAGING_DATADIR_NATIVE}/jamvm/classes.zip:${STAGING_DATADIR_NATIVE}/classpath/glibj.zip"
14
15 12
16# use java_stage for native packages 13# use java_stage for native packages
17JAVA_NATIVE_STAGE_INSTALL = "1" 14JAVA_NATIVE_STAGE_INSTALL = "1"