aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:23:11 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:23:15 +0200
commitbbee558f64acf1ab3cccfb964c47e5ffe45035ce (patch)
treeb9f7a144eee47b65be1d6a78b06b301fd6c4144a /recipes/jikes
parent5c0d82a4f7a9583e2fd33ec357436301a6a7cc97 (diff)
downloadopenembedded-bbee558f64acf1ab3cccfb964c47e5ffe45035ce.tar.gz
jikes/jikes_1.22.bb: RDEPENDS -> RDEPENDS_${PN}
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/jikes')
-rw-r--r--recipes/jikes/jikes_1.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/jikes/jikes_1.22.bb b/recipes/jikes/jikes_1.22.bb
index db61c8e2c2..5599bb8809 100644
--- a/recipes/jikes/jikes_1.22.bb
+++ b/recipes/jikes/jikes_1.22.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://jikes.sourceforge.net/"
PRIORITY = "optional"
SECTION = "devel"
LICENSE = "IBM"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
@@ -11,7 +11,7 @@ inherit autotools update-alternatives
BBCLASSEXTEND = "native"
-RDEPENDS = "classpath"
+RDEPENDS_${PN} = "classpath"
PROVIDES_virtclass-native = ""
RDEPENDS_virtclass-native = ""