diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-04-25 19:32:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-27 16:02:39 +0100 |
commit | a19ee036110199f33d470c39e1cfd379902a4895 (patch) | |
tree | 47dab2576ae375d79148bebe947f9d71ca8939d1 /documentation/ref-manual | |
parent | 8c42eaa2e09d5e9fe42cd0a4231fecf38fa513fd (diff) | |
download | poky-a19ee036110199f33d470c39e1cfd379902a4895.tar.gz |
manuals: correct and improve descriptions of Autotools
(From yocto-docs rev: c7cb693673566ec12b95c568945b514ed0e18522)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index a6dafe8f90..729aa259e0 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -78,7 +78,8 @@ about the variable flags (varflags) that help control archive creation. | |||
78 | ``autotools*.bbclass`` | 78 | ``autotools*.bbclass`` |
79 | ====================== | 79 | ====================== |
80 | 80 | ||
81 | The ``autotools*`` classes support Autotooled packages. | 81 | The ``autotools*`` classes support packages built with the |
82 | `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. | ||
82 | 83 | ||
83 | The ``autoconf``, ``automake``, and ``libtool`` packages bring | 84 | The ``autoconf``, ``automake``, and ``libtool`` packages bring |
84 | standardization. This class defines a set of tasks (e.g. ``configure``, | 85 | standardization. This class defines a set of tasks (e.g. ``configure``, |