diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-29 23:11:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-29 23:11:24 +0000 |
commit | 9303bc5d9623ce927aa7cbd0a08d676fdf7f4b73 (patch) | |
tree | e92023d719855e6d16ae0d15c072d62f9cf5a718 /packages/automake/automake_1.7.7.bb | |
parent | 3ac118be07b744242133b806053c4ec159592459 (diff) |
automake: Fix automake RDEPENDS and add the perl modules needed (bug 852)
Diffstat (limited to 'packages/automake/automake_1.7.7.bb')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index 619361bcfd..7483868ee4 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -7,7 +7,8 @@ PR = "r7" inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -RDEPENDS_${PN} += "autoconf-native perl-native" + +include automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install |