summaryrefslogtreecommitdiff
path: root/packages/automake/automake_1.9.3.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 21:51:27 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 21:51:27 +0000
commit2f0c96f2f7aa39f59345261fd2470eba55b7b989 (patch)
tree733bdeb7f4a96f4d788683e80db798859bd66639 /packages/automake/automake_1.9.3.bb
parent4828523eba3a9aaf08cdb8ae05b5bf7a018b922c (diff)
Fix the automake path bits .. again .. forgot to patch Makefile.in while i was patching Makefile.am, so the automake build tried to call the local automake on its own buildsystem before it built it..
BKrev: 422f6fdf4Y80DL4lbmlJib9su7S22A
Diffstat (limited to 'packages/automake/automake_1.9.3.bb')
-rw-r--r--packages/automake/automake_1.9.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb
index cd262e7f6e..bde8418257 100644
--- a/packages/automake/automake_1.9.3.bb
+++ b/packages/automake/automake_1.9.3.bb
@@ -13,6 +13,7 @@ DEFAULT_PREFERENCE = "-1"
inherit autotools
+export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
RDEPENDS_${PN} += "autoconf perl"