aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-04 13:57:28 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-02-04 19:13:16 +0100
commitd4cecfe57039b0314506d8ac69ee1580eaf80104 (patch)
treeffb973e225b0b6be7117d918b0465c8704a286bb /recipes/jikes
parentd595ff4fe2301536281147e793adfc346d5ed5a7 (diff)
downloadopenembedded-d4cecfe57039b0314506d8ac69ee1580eaf80104.tar.gz
jikes: fix RDEPENDS, so the native package don't drag in classpath from target
Diffstat (limited to 'recipes/jikes')
-rw-r--r--recipes/jikes/jikes_1.22.bb2
1 files changed, 1 insertions, 1 deletions
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"