diff options
author | Dengke Du <dengke.du@windriver.com> | 2017-03-02 00:39:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 10:42:33 +0000 |
commit | 2940340cc3c8581d16acdaec3ba1dbfd3e88f840 (patch) | |
tree | b62e8d899b7e18781f3f1eab0537d4c75b071c24 /meta/classes | |
parent | 0e949b7bfc4207aba0e3c4d12b76cc1f1815470d (diff) | |
download | openembedded-core-2940340cc3c8581d16acdaec3ba1dbfd3e88f840.tar.gz openembedded-core-2940340cc3c8581d16acdaec3ba1dbfd3e88f840.tar.bz2 openembedded-core-2940340cc3c8581d16acdaec3ba1dbfd3e88f840.zip |
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/autotools.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index da5ec27575..d49473440e 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" |