aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes/jikes_1.21.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-05-16 01:54:03 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-05-16 01:56:37 +0200
commita18801ce4f073135160168f5d3c222b694747110 (patch)
treea9609aaa4a089accda534a5bd5d0fb3ca6dec79a /recipes/jikes/jikes_1.21.bb
parent33d7328f3c09f41964cf91747139013b4d34f467 (diff)
downloadopenembedded-a18801ce4f073135160168f5d3c222b694747110.tar.gz
jikes: use BBCLASSEXTEND = "native"
* removed native recipe * version 1.22 is now default
Diffstat (limited to 'recipes/jikes/jikes_1.21.bb')
-rw-r--r--recipes/jikes/jikes_1.21.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/jikes/jikes_1.21.bb b/recipes/jikes/jikes_1.21.bb
index 83ca22f2da..ade11e6f01 100644
--- a/recipes/jikes/jikes_1.21.bb
+++ b/recipes/jikes/jikes_1.21.bb
@@ -9,6 +9,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
inherit autotools
+PROVIDES_virtclass-native = ""
+
+BBCLASSEXTEND = "native"
+
+
EXTRA_OECONF = "--disable-fp-emulation"
# configure script incorrectly defines these when cross compiling for ARM