jikes: fix RDEPENDS, so the native package don't drag in classpath from target
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 12:57:28 +0000 (13:57 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 18:13:16 +0000 (19:13 +0100)
recipes/jikes/jikes_1.22.bb

index 5599bb8..712a84c 100644 (file)
@@ -13,7 +13,7 @@ BBCLASSEXTEND = "native"
 
 RDEPENDS_${PN} = "classpath"
 PROVIDES_virtclass-native = ""
-RDEPENDS_virtclass-native = ""
+RDEPENDS_${PN}_virtclass-native = ""
 
 EXTRA_OECONF = "--disable-fp-emulation --enable-source15"