From bac4a2703747dbe7644bb9c9bee331dc1ecc6ac1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 12 May 2013 02:01:47 -0700 Subject: 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 --- recipes-core/jamvm/jamvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/jamvm/jamvm.inc') 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" ALTERNATIVE_PRIORITY = "4" # shared state for jamvm-native does not work # since the paths are hardcoded -SSTATE_MIRRORS_class-native = "" +#SSTATE_MIRRORS_class-native = "" -- cgit v1.2.3-54-g00ecf