diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:04:54 +0100 |
commit | 3ed853713ed6e44fcf921ef15f9959ebe74279ea (patch) | |
tree | 5eee7c51280c5f28cf42bb45e3c2049fcfb05aa0 /documentation | |
parent | 7564fe65d7bafb02df9711411334df3c0196304e (diff) | |
download | poky-3ed853713ed6e44fcf921ef15f9959ebe74279ea.tar.gz |
ref-manual: drop siteconfig class
Removed as it was only used by ncurses and zlib and adding minimal
added-value for a considerable amount of added runtime.
(From yocto-docs rev: c35688a0f4cb115c63387cc15fd15ec57cb386fb)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 14aa0f3a31..121887d1fb 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2940,15 +2940,6 @@ in the :ref:`ref-classes-setuptools3` class and inherit this class instead. | |||
2940 | 2940 | ||
2941 | The :ref:`ref-classes-sign_rpm` class supports generating signed RPM packages. | 2941 | The :ref:`ref-classes-sign_rpm` class supports generating signed RPM packages. |
2942 | 2942 | ||
2943 | .. _ref-classes-siteconfig: | ||
2944 | |||
2945 | ``siteconfig`` | ||
2946 | ============== | ||
2947 | |||
2948 | The :ref:`ref-classes-siteconfig` class provides functionality for handling site | ||
2949 | configuration. The class is used by the :ref:`ref-classes-autotools` class to | ||
2950 | accelerate the :ref:`ref-tasks-configure` task. | ||
2951 | |||
2952 | .. _ref-classes-siteinfo: | 2943 | .. _ref-classes-siteinfo: |
2953 | 2944 | ||
2954 | ``siteinfo`` | 2945 | ``siteinfo`` |