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 23:18:19 +0000 |
commit | f6eec55982ede2564ef61eb76111bbc6b46777c3 (patch) | |
tree | 4b1206dfc3e8301fc34855230fca943ba40b015d /meta/classes/autotools.bbclass | |
parent | 5528cd5c0fc079a477cae6f49edb48c7e83ed7c2 (diff) | |
download | poky-f6eec55982ede2564ef61eb76111bbc6b46777c3.tar.gz |
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.
(From OE-Core rev: 2940340cc3c8581d16acdaec3ba1dbfd3e88f840)
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
-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 () { | |||
143 | # Refresh variable with cache files | 143 | # Refresh variable with cache files |
144 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, aclocalcache=True)) | 144 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, aclocalcache=True)) |
145 | } | 145 | } |
146 | autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA" | ||
147 | 146 | ||
148 | CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am" | 147 | CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am" |
149 | 148 | ||