diff options
-rw-r--r-- | documentation/overview-manual/concepts.rst | 8 | ||||
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
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 | |||
109 | Class files (``.bbclass``) contain information that is useful to share | 109 | Class files (``.bbclass``) contain information that is useful to share |
110 | between recipes files. An example is the | 110 | between recipes files. An example is the |
111 | :ref:`autotools <ref-classes-autotools>` class, | 111 | :ref:`autotools <ref-classes-autotools>` class, |
112 | which contains common settings for any application that Autotools uses. | 112 | which contains common settings for any application that is built with |
113 | The ":ref:`ref-manual/classes:Classes`" chapter in the | 113 | the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. |
114 | Yocto Project Reference Manual provides details about classes and how to | 114 | The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project |
115 | use them. | 115 | Reference Manual provides details about classes and how to use them. |
116 | 116 | ||
117 | Configurations | 117 | Configurations |
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 | ||
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``, |