[oe-commits] [openembedded-core] 45/63: autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 10:46:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2940340cc3c8581d16acdaec3ba1dbfd3e88f840
Author: Dengke Du <dengke.du at windriver.com>
AuthorDate: Thu Mar 2 00:39:31 2017 -0500

    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 <dengke.du at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/autotools.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index da5ec27..d494734 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list