diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-04-30 12:18:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-30 12:18:39 +0000 |
commit | 12d749a064b0f5d15eee64272f457ef0c72d431f (patch) | |
tree | 31bf2951818ba0533c8958eb3df42f995e372d33 /packages/automake/automake_1.8.4.bb | |
parent | 70bddd3a21749e9b08b9b90ba93aef32428b0147 (diff) | |
parent | 0b31a68c7bffc1513f4a2dbd2e63b5cf2625481b (diff) |
merge of 8b0bc8c41b0802e756c70c90ed7dc760e76bb9bf
and f334192f936949d2ad335312f690105e8371df03
Diffstat (limited to 'packages/automake/automake_1.8.4.bb')
-rw-r--r-- | packages/automake/automake_1.8.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/automake/automake_1.8.4.bb b/packages/automake/automake_1.8.4.bb index 56cf80a327..493d2cc907 100644 --- a/packages/automake/automake_1.8.4.bb +++ b/packages/automake/automake_1.8.4.bb @@ -11,7 +11,8 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}" inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" -RDEPENDS_${PN} += "autoconf perl" + +include automake.inc do_install () { oe_runmake 'DESTDIR=${D}' install |