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 /packages/autoconf | |
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
Diffstat (limited to 'packages/autoconf')
-rw-r--r-- | packages/autoconf/autoconf-native_2.59.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |