diff options
author | Ross Burton <ross.burton@arm.com> | 2025-01-15 16:33:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-16 09:35:27 +0000 |
commit | aaff897a599ccf557bc61ee7ed0cfc9b5ebbce67 (patch) | |
tree | 4a43257a30ab0ce3d54a5374483b052e6d5f031c /meta/recipes-support/libfribidi/files | |
parent | 9680dadac443ddd54885322205738d9cdc1a6fc8 (diff) | |
download | poky-aaff897a599ccf557bc61ee7ed0cfc9b5ebbce67.tar.gz |
autoconf: rename autotools_aclocals and only run in do_configure
Despite the name, autotools_aclocals() doesn't actually do anything with
aclocal. Instead it reads all of the available autoconf site default
files[1] and sets CONFIG_SITE appropriately. Rename the function to
autotools_sitefiles to make this clear.
Also there's no need to do this before do_configure or do_install, as
the variable is only checked when configure runs.
[1] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Site-Defaults.html
(From OE-Core rev: 9b41640e4274431a6bb901ad933a2428cea8804d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfribidi/files')
0 files changed, 0 insertions, 0 deletions