From: Ross Burton Date: Tue, 8 Aug 2017 10:09:01 +0000 (+0100) Subject: diffstat: exclude aclocal X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc53ea9347035f96a721ab057a338eded5c5c67;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git diffstat: exclude aclocal Instead of moving aclocal.m4 to acinclude.m4 in a custom do_configure, simply tell autoreconf not to run aclocal. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/diffstat/diffstat_1.61.bb b/meta/recipes-devtools/diffstat/diffstat_1.61.bb index 583b387e957..f8b7b06cf24 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.61.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.61.bb @@ -18,14 +18,9 @@ S = "${WORKDIR}/diffstat-${PV}" inherit autotools gettext ptest -LDFLAGS += "${TOOLCHAIN_OPTIONS}" +EXTRA_AUTORECONF += "--exclude=aclocal" -do_configure () { - if [ ! -e ${S}/acinclude.m4 ]; then - mv ${S}/aclocal.m4 ${S}/acinclude.m4 - fi - autotools_do_configure -} +LDFLAGS += "${TOOLCHAIN_OPTIONS}" do_install_ptest() { cp -r ${S}/testing ${D}${PTEST_PATH}