aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes/jikes_1.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jikes/jikes_1.22.bb')
-rw-r--r--recipes/jikes/jikes_1.22.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/jikes/jikes_1.22.bb b/recipes/jikes/jikes_1.22.bb
index 8c1a16e6f3..2028d7e762 100644
--- a/recipes/jikes/jikes_1.22.bb
+++ b/recipes/jikes/jikes_1.22.bb
@@ -5,16 +5,16 @@ SECTION = "devel"
LICENSE = "IBM"
PR = "r1"
-RDEPENDS_${PN} = "classpath"
-PROVIDES_virtclass-native = ""
-RDEPENDS_virtclass-native = ""
-
-BBCLASSEXTEND = "native"
-
SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
inherit autotools update-alternatives
+BBCLASSEXTEND = "native"
+
+RDEPENDS = "classpath"
+PROVIDES_virtclass-native = ""
+RDEPENDS_virtclass-native = ""
+
EXTRA_OECONF = "--disable-fp-emulation --enable-source15"
# configure script incorrectly defines these when cross compiling for ARM