From b7fe352e2cec76424b6c1017dbf84a28294ad9b7 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 29 Sep 2013 13:59:14 +0000 Subject: 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 --- classes/java-library.bbclass | 3 --- 1 file changed, 3 deletions(-) (limited to 'classes/java-library.bbclass') 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 @@ # to set JPN manually! inherit java -export LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${STAGING_LIBDIR_NATIVE}/classpath:${STAGING_LIBDIR_NATIVE}/jamvm" -export BOOTCLASSPATH = "${STAGING_DATADIR_NATIVE}/jamvm/classes.zip:${STAGING_DATADIR_NATIVE}/classpath/glibj.zip" - # use java_stage for native packages JAVA_NATIVE_STAGE_INSTALL = "1" -- cgit v1.2.3-54-g00ecf