jikes: change RDEPENDS so that jikes-native don't depends on target-classpath
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Jun 2010 16:35:28 +0000 (18:35 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Jun 2010 16:41:20 +0000 (18:41 +0200)
recipes/jikes/jikes_1.22.bb

index 8c1a16e..2028d7e 100644 (file)
@@ -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