summaryrefslogtreecommitdiffstats
path: root/meta/packages/automake
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 22:28:21 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 22:28:21 +0000
commit438c974339283e4c6f2c994c01204b38634a8bc4 (patch)
treee976daa6ab1a0c6a02494ca6d7cdf7c59aba8774 /meta/packages/automake
parent566a46390b5b708d8c661ea51b064921555ad5f8 (diff)
downloadpoky-438c974339283e4c6f2c994c01204b38634a8bc4.tar.gz
automake: Sync with OE (include -> requires)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@661 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/automake')
-rw-r--r--meta/packages/automake/automake-native_1.9.3.bb2
-rw-r--r--meta/packages/automake/automake_1.9.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/automake/automake-native_1.9.3.bb b/meta/packages/automake/automake-native_1.9.3.bb
index 39544b7c1d..92c861f49c 100644
--- a/meta/packages/automake/automake-native_1.9.3.bb
+++ b/meta/packages/automake/automake-native_1.9.3.bb
@@ -1,3 +1,3 @@
1PV := "${PV}" 1PV := "${PV}"
2 2
3include automake-native.inc 3require automake-native.inc
diff --git a/meta/packages/automake/automake_1.9.3.bb b/meta/packages/automake/automake_1.9.3.bb
index fb75b83b68..52f9b981aa 100644
--- a/meta/packages/automake/automake_1.9.3.bb
+++ b/meta/packages/automake/automake_1.9.3.bb
@@ -14,7 +14,7 @@ inherit autotools
14export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}" 14export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
15FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" 15FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
16 16
17include automake.inc 17require automake.inc
18 18
19do_install () { 19do_install () {
20 oe_runmake 'DESTDIR=${D}' install 20 oe_runmake 'DESTDIR=${D}' install