packages/antlr/antlr-native:
authorHolger Freyther <zecke@selfish.org>
Tue, 21 Feb 2006 20:51:25 +0000 (20:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 21 Feb 2006 20:51:25 +0000 (20:51 +0000)
-Fix the RDEPENDS to depend on a native virtual
 machine.
packages/autoconf/autoconf-native_2.59.bb:
-Change the RDEPENDS
packages/automake/automake-native*:
-RDEPEND on perl-native and autoconf-native

packages/antlr/antlr-native_2.7.5.bb
packages/autoconf/autoconf-native_2.59.bb
packages/automake/automake-native.inc
packages/automake/automake-native_1.8.2.bb
packages/automake/automake-native_1.8.4.bb
packages/automake/automake_1.7.7.bb

index 9eebeb8..cd6ce7a 100644 (file)
@@ -4,4 +4,5 @@ inherit native
 # A native antlr would need a native java virtual machine..
 # eww. -CL
 DEPENDS = "virtual/java-native"
+RDEPENDS= "virtual/java-native"
 BROKEN = "1"
index 846a447..21a2002 100644 (file)
@@ -1,6 +1,9 @@
 SECTION = "devel"
 include autoconf_${PV}.bb
 DEPENDS = "m4-native gnu-config-native"
+RDEPENDS_${PN} = "m4-native gnu-config-native"
+RRECOMMENDS_${PN} = "automake-native"
+
 S = "${WORKDIR}/autoconf-${PV}"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
 
index 172752f..e6d8a41 100644 (file)
@@ -1,6 +1,7 @@
 SECTION = "devel"
 include automake_${PV}.bb
 DEPENDS = "autoconf-native"
+RDEPENDS_${PN} = "autoconf-native perl-native"
 
 inherit native
 
index 7969426..6732f23 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "devel"
 include automake_${PV}.bb
 S = "${WORKDIR}/automake-${PV}"
 DEPENDS = "autoconf-native"
+RDEPENDS_${PN} = "autoconf-native perl-native"
 
 inherit native
 
index 7969426..6732f23 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "devel"
 include automake_${PV}.bb
 S = "${WORKDIR}/automake-${PV}"
 DEPENDS = "autoconf-native"
+RDEPENDS_${PN} = "autoconf-native perl-native"
 
 inherit native
 
index d8405c0..619361b 100644 (file)
@@ -7,7 +7,7 @@ PR = "r7"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "autoconf perl"
+RDEPENDS_${PN} += "autoconf-native perl-native"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install