diff options
Diffstat (limited to 'packages/automake/automake_1.9.3.bb')
-rw-r--r-- | packages/automake/automake_1.9.3.bb | 1 |
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" |