From: Dengke Du Date: Thu, 2 Mar 2017 05:39:31 +0000 (-0500) Subject: autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2940340cc3c8581d16acdaec3ba1dbfd3e88f840;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals The autotools_copy_aclocals has been droped, so the varflag set for that should be removed. Signed-off-by: Dengke Du Signed-off-by: Ross Burton --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index da5ec27575f..d49473440e6 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -143,7 +143,6 @@ python autotools_aclocals () { # Refresh variable with cache files d.setVar("CONFIG_SITE", siteinfo_get_files(d, aclocalcache=True)) } -autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA" CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am"