From: Henning Heinold Date: Fri, 4 Jun 2010 16:35:28 +0000 (+0200) Subject: jikes: change RDEPENDS so that jikes-native don't depends on target-classpath X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793e0d81c9932c9e9b98d9bad8be968eb3d7022c;p=openembedded.git jikes: change RDEPENDS so that jikes-native don't depends on target-classpath --- diff --git a/recipes/jikes/jikes_1.22.bb b/recipes/jikes/jikes_1.22.bb index 8c1a16e6f3..2028d7e762 100644 --- a/recipes/jikes/jikes_1.22.bb +++ b/recipes/jikes/jikes_1.22.bb @@ -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