]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals
authorDengke Du <dengke.du@windriver.com>
Thu, 2 Mar 2017 05:39:31 +0000 (00:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:33 +0000 (10:42 +0000)
The autotools_copy_aclocals has been droped, so the varflag set for that should
be removed.

Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/autotools.bbclass

index da5ec27575f665d542095e7fd071e3f3b84d0013..d49473440e672992a2824ec3907c86cd04136a21 100644 (file)
@@ -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"