1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
@@ -1,3 +1,3 @@
PV := "${PV}"
include automake-native.inc
require automake-native.inc
+1 -1
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