kaffeh-native: clean RDEPENDS to get it build
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 19 Aug 2006 10:45:41 +0000 (10:45 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 19 Aug 2006 10:45:41 +0000 (10:45 +0000)
packages/kaffe/kaffe.inc
packages/kaffe/kaffeh-native_1.1.5.bb

index ea308f1..2d536b3 100644 (file)
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.kaffe.org/"
 LICENSE  = "GPL LGPL W3C Classpath BSD"
 
 DEPENDS = "jikes-native fastjar-native libffi zip-native"
+RDEPENDS_${PN} = "${PN}-common (>= ${PV})"
 
 SRC_URI += "file://disable-automake-checks.patch;patch=1"
 
@@ -45,7 +46,6 @@ oe_runconf () {
 
 PACKAGES =+ "${PN}-common"
 FILES_${PN} += "${libdir}/${PN}"
-RDEPENDS_${PN} = "${PN}-common (>= ${PV})"
 FILES_${PN}-common = "${libdir}/${PN}/jre/lib/*.jar"
 
 do_install () {
index 54737ce..d4d6287 100644 (file)
@@ -4,6 +4,8 @@ PR = "r3"
 
 require kaffe.inc
 
+RDEPENDS_${PN} = ""
+
 inherit native
 
 EXTRA_OECONF = "--disable-alsatest \