diff options
author | Holger Freyther <zecke@selfish.org> | 2006-02-21 20:51:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-21 20:51:25 +0000 |
commit | 9db7008ed27e0b0c9d64410347be6d065baf1784 (patch) | |
tree | 2d86eec36c4bc2f483bc41c9b2f7e4910fdf7da1 | |
parent | e387bcc059111a78686b097c711d28527defe510 (diff) |
packages/antlr/antlr-native:
-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
-rw-r--r-- | packages/antlr/antlr-native_2.7.5.bb | 1 | ||||
-rw-r--r-- | packages/autoconf/autoconf-native_2.59.bb | 3 | ||||
-rw-r--r-- | packages/automake/automake-native.inc | 1 | ||||
-rw-r--r-- | packages/automake/automake-native_1.8.2.bb | 1 | ||||
-rw-r--r-- | packages/automake/automake-native_1.8.4.bb | 1 | ||||
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 2 |
6 files changed, 8 insertions, 1 deletions
diff --git a/packages/antlr/antlr-native_2.7.5.bb b/packages/antlr/antlr-native_2.7.5.bb index 9eebeb8485..cd6ce7a76b 100644 --- a/packages/antlr/antlr-native_2.7.5.bb +++ b/packages/antlr/antlr-native_2.7.5.bb @@ -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" diff --git a/packages/autoconf/autoconf-native_2.59.bb b/packages/autoconf/autoconf-native_2.59.bb index 846a447a81..21a2002453 100644 --- a/packages/autoconf/autoconf-native_2.59.bb +++ b/packages/autoconf/autoconf-native_2.59.bb @@ -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}" diff --git a/packages/automake/automake-native.inc b/packages/automake/automake-native.inc index 172752f3aa..e6d8a41b95 100644 --- a/packages/automake/automake-native.inc +++ b/packages/automake/automake-native.inc @@ -1,6 +1,7 @@ SECTION = "devel" include automake_${PV}.bb DEPENDS = "autoconf-native" +RDEPENDS_${PN} = "autoconf-native perl-native" inherit native diff --git a/packages/automake/automake-native_1.8.2.bb b/packages/automake/automake-native_1.8.2.bb index 7969426a63..6732f23713 100644 --- a/packages/automake/automake-native_1.8.2.bb +++ b/packages/automake/automake-native_1.8.2.bb @@ -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 diff --git a/packages/automake/automake-native_1.8.4.bb b/packages/automake/automake-native_1.8.4.bb index 7969426a63..6732f23713 100644 --- a/packages/automake/automake-native_1.8.4.bb +++ b/packages/automake/automake-native_1.8.4.bb @@ -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 diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index d8405c00d2..619361bcfd 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -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 |