summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-03-14 14:12:26 -0700
committerKhem Raj <raj.khem@gmail.com>2013-03-14 14:21:01 -0700
commit6f454e40911adcd4b501bf6fe1ee9068d4038f51 (patch)
tree68bad623920955056c5304ab84198c4d94e52ea1 /recipes-core/jamvm
parent2219bbdd19bc91cef58a1e23c6f7910c07f01df7 (diff)
downloadmeta-java-6f454e40911adcd4b501bf6fe1ee9068d4038f51.tar.gz
jamvm-initial: Disable shared state
shared state does not work for jamvm since it hardcodes the staging paths into binaries it uses packageconfig so lets inherit relevant class 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.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-core/jamvm/jamvm-initial_1.4.5.bb b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
index ea5a9d2..d317695 100644
--- a/recipes-core/jamvm/jamvm-initial_1.4.5.bb
+++ b/recipes-core/jamvm/jamvm-initial_1.4.5.bb
@@ -20,7 +20,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz \
20# This uses 32 bit arm, so force the instruction set to arm, not thumb 20# This uses 32 bit arm, so force the instruction set to arm, not thumb
21ARM_INSTRUCTION_SET = "arm" 21ARM_INSTRUCTION_SET = "arm"
22 22
23inherit native autotools 23inherit native autotools pkgconfig
24 24
25# libdir must be modified so that jamvm-initial and -native 25# libdir must be modified so that jamvm-initial and -native
26# do not interfere 26# do not interfere
@@ -45,3 +45,6 @@ do_install_append() {
45 45
46SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b" 46SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b"
47SRC_URI[sha256sum] = "f329d1c8f42c06b53a3e82763d33900b100b8e9acd7afe02f7583c51253fd6e5" 47SRC_URI[sha256sum] = "f329d1c8f42c06b53a3e82763d33900b100b8e9acd7afe02f7583c51253fd6e5"
48# shared state for jamvm-native does not work
49# since the paths are hardcoded
50SSTATE_MIRRORS_class-native = ""