diff options
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 370cacadfc..ae743cc58a 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -9,6 +9,10 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" | |||
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||
12 | do_configure() { | ||
13 | oe_runconf | ||
14 | } | ||
15 | |||
12 | export AUTOMAKE = "${@bb.which('automake', d.getVar('PATH', True))}" | 16 | export AUTOMAKE = "${@bb.which('automake', d.getVar('PATH', True))}" |
13 | 17 | ||
14 | FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" | 18 | FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" |