automake: Sync with OE (include -> requires)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@661 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-08-27 22:28:21 +00:00
parent 566a46390b
commit 438c974339
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
PV := "${PV}"
include automake-native.inc
require automake-native.inc

View File

@ -14,7 +14,7 @@ inherit autotools
export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
include automake.inc
require automake.inc
do_install () {
oe_runmake 'DESTDIR=${D}' install