summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm
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
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')
-rw-r--r--recipes-core/jamvm/jamvm-initial_1.4.5.bb2
-rw-r--r--recipes-core/jamvm/jamvm.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jamvm/jamvm-initial_1.4.5.bb b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
index d317695..4c64f6a 100644
--- a/recipes-core/jamvm/jamvm-initial_1.4.5.bb
+++ b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
@@ -47,4 +47,4 @@ SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b"
47SRC_URI[sha256sum] = "f329d1c8f42c06b53a3e82763d33900b100b8e9acd7afe02f7583c51253fd6e5" 47SRC_URI[sha256sum] = "f329d1c8f42c06b53a3e82763d33900b100b8e9acd7afe02f7583c51253fd6e5"
48# shared state for jamvm-native does not work 48# shared state for jamvm-native does not work
49# since the paths are hardcoded 49# since the paths are hardcoded
50SSTATE_MIRRORS_class-native = "" 50#SSTATE_MIRRORS_class-native = ""
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