From 6f454e40911adcd4b501bf6fe1ee9068d4038f51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 14 Mar 2013 14:12:26 -0700 Subject: 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 --- recipes-core/jamvm/jamvm-initial_1.4.5.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-core/jamvm') 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 \ # This uses 32 bit arm, so force the instruction set to arm, not thumb ARM_INSTRUCTION_SET = "arm" -inherit native autotools +inherit native autotools pkgconfig # libdir must be modified so that jamvm-initial and -native # do not interfere @@ -45,3 +45,6 @@ do_install_append() { SRC_URI[md5sum] = "3f538bab6e1c77aed331e5e71f754f5b" SRC_URI[sha256sum] = "f329d1c8f42c06b53a3e82763d33900b100b8e9acd7afe02f7583c51253fd6e5" +# shared state for jamvm-native does not work +# since the paths are hardcoded +SSTATE_MIRRORS_class-native = "" -- cgit v1.2.3-54-g00ecf