summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-04-25 19:32:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-27 16:02:39 +0100
commita19ee036110199f33d470c39e1cfd379902a4895 (patch)
tree47dab2576ae375d79148bebe947f9d71ca8939d1
parent8c42eaa2e09d5e9fe42cd0a4231fecf38fa513fd (diff)
downloadpoky-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>
-rw-r--r--documentation/overview-manual/concepts.rst8
-rw-r--r--documentation/ref-manual/classes.rst3
2 files changed, 6 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 065d9586c6..adb738ccfc 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -109,10 +109,10 @@ Classes
109Class files (``.bbclass``) contain information that is useful to share 109Class files (``.bbclass``) contain information that is useful to share
110between recipes files. An example is the 110between recipes files. An example is the
111:ref:`autotools <ref-classes-autotools>` class, 111:ref:`autotools <ref-classes-autotools>` class,
112which contains common settings for any application that Autotools uses. 112which contains common settings for any application that is built with
113The ":ref:`ref-manual/classes:Classes`" chapter in the 113the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__.
114Yocto Project Reference Manual provides details about classes and how to 114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project
115use them. 115Reference Manual provides details about classes and how to use them.
116 116
117Configurations 117Configurations
118-------------- 118--------------
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
81The ``autotools*`` classes support Autotooled packages. 81The ``autotools*`` classes support packages built with the
82`GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__.
82 83
83The ``autoconf``, ``automake``, and ``libtool`` packages bring 84The ``autoconf``, ``automake``, and ``libtool`` packages bring
84standardization. This class defines a set of tasks (e.g. ``configure``, 85standardization. This class defines a set of tasks (e.g. ``configure``,