summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-05-12 02:01:47 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-09-29 21:49:39 +0200
commitbac4a2703747dbe7644bb9c9bee331dc1ecc6ac1 (patch)
tree852103d046ffa74a227ccf6c35ccaf3989fe119f /recipes-core/jamvm/jamvm.inc
parent3b0d35ce4741a4a98f8c38a59f466d6e0b69851e (diff)
downloadmeta-java-bac4a2703747dbe7644bb9c9bee331dc1ecc6ac1.tar.gz
icedtea: Make shared state friendly
icedtea-native encodes absolute build time classpaths which wont work in sstate however at same time we can override it with env variables like BOOTCLASSPATH and LD_LIBRARY_PATH to reflect current build environment. Secondly, exclude ICEDTEA_PARALLEL_MAKE from shared state signatures, it can alter signatures if PARALLEL_MAKE value between producer and consumer of sstate is not matching. Now that icedtea7-native is shared state safe, remove the shared state invalidation on jamvm-native that was needed for icedtea7-native to build 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, 1 insertions, 1 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index ee0e5c0..84c8513 100644
--- a/recipes-core/jamvm/jamvm.inc
+++ b/recipes-core/jamvm/jamvm.inc
@@ -49,5 +49,5 @@ ALTERNATIVE_PATH = "${bindir}/jamvm"
49ALTERNATIVE_PRIORITY = "4" 49ALTERNATIVE_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
52SSTATE_MIRRORS_class-native = "" 52#SSTATE_MIRRORS_class-native = ""
53 53