From e90233b586ec2a040124e4c86218e88fe76a8173 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 7 Jan 2012 14:51:41 +0100 Subject: jamvm: fix OEMAKE typo and apply for non-native builds as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix was sent in by Xerxes RĂ„nby too Signed-off-by: Koen Kooi Signed-off-by: Henning Heinold --- recipes-core/jamvm/jamvm.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/jamvm') diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index ee629fe..59cc841 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc @@ -30,9 +30,9 @@ ARM_INSTRUCTION_SET = "arm" EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi" # Enforce usage of ecj-initial. -EXTRA_OMAKE_virtclass-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ - GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ - " +EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ + GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ + " do_install_append_virtclass-native() { install -d ${D}${bindir} -- cgit v1.2.3-54-g00ecf