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-20 13:38:59 +0000 |
commit | 9902db8e99f619abfa8fcd93eaa075b5416acf43 (patch) | |
tree | 4fb82272426d80a301acd60c22544591123980de /documentation/dev-manual/python-development-shell.rst | |
parent | ee6e5105f7948174dd0002233e9e8eafcf7be97f (diff) | |
download | poky-9902db8e99f619abfa8fcd93eaa075b5416acf43.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: 05080b48a9607e19a251c7396c1b06f08d98ed3b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/python-development-shell.rst')
0 files changed, 0 insertions, 0 deletions