diff options
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 |