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/overview-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/overview-manual')
| -rw-r--r-- | documentation/overview-manual/concepts.rst | 8 |
1 files changed, 4 insertions, 4 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 | -------------- |
