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/automake/automake_1.7.7.bb | |
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/automake/automake_1.7.7.bb')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |