From: Henning Heinold Date: Fri, 4 Feb 2011 12:57:28 +0000 (+0100) Subject: jikes: fix RDEPENDS, so the native package don't drag in classpath from target X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cecfe57039b0314506d8ac69ee1580eaf80104;p=openembedded.git jikes: fix RDEPENDS, so the native package don't drag in classpath from target --- diff --git a/recipes/jikes/jikes_1.22.bb b/recipes/jikes/jikes_1.22.bb index 5599bb8809..712a84c813 100644 --- a/recipes/jikes/jikes_1.22.bb +++ b/recipes/jikes/jikes_1.22.bb @@ -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"