summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-07-09 02:21:38 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-07-09 02:21:38 -0500
commit831623ba9aa322877120f53002967f3f34a9d370 (patch)
treef4d2a93bb77d91cd804cf3bbb786305634fb3365 /meta/recipes-devtools/automake/automake.inc
parent1d4f934f05166b96e6ff85be6844c3324781daf9 (diff)
downloadast2050-yocto-poky-831623ba9aa322877120f53002967f3f34a9d370.zip
ast2050-yocto-poky-831623ba9aa322877120f53002967f3f34a9d370.tar.gz
Revup automake to latest
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r--meta/recipes-devtools/automake/automake.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index a1debd8..87cedc9 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -10,9 +10,12 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
inherit autotools texinfo
do_configure() {
+ # We can end up patching macros, which would then mean autoreconf
+ # Cheat by saying everything is up to date.
+ touch ${S}/aclocal.m4 ${S}/Makefile.in ${S}/configure
oe_runconf
}
-export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH', True))}"
+export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH'))}"
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
OpenPOWER on IntegriCloud