diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-03-28 12:48:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 14:48:47 +0100 |
| commit | 658728a67871f4ee10369308f166577053478300 (patch) | |
| tree | 6b39bc497132bda7230dadd3f7cd647dae0d7105 /documentation | |
| parent | 26cfcb7b2dd539480bff2dd9888e41f885045f03 (diff) | |
| download | poky-658728a67871f4ee10369308f166577053478300.tar.gz | |
ref-manual: classes.rst: fix typo
(From yocto-docs rev: c6cc3403bcb4b12de74d89f563020669340592ed)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index e8dec31b00..f8172e6b29 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -137,7 +137,7 @@ The :ref:`ref-classes-base` class is special in that every ``.bb`` file implicit | |||
| 137 | inherits the class. This class contains definitions for standard basic | 137 | inherits the class. This class contains definitions for standard basic |
| 138 | tasks such as fetching, unpacking, configuring (empty by default), | 138 | tasks such as fetching, unpacking, configuring (empty by default), |
| 139 | compiling (runs any ``Makefile`` present), installing (empty by default) | 139 | compiling (runs any ``Makefile`` present), installing (empty by default) |
| 140 | and packaging (empty by default). These classes are often overridden or | 140 | and packaging (empty by default). These tasks are often overridden or |
| 141 | extended by other classes such as the :ref:`ref-classes-autotools` class or the | 141 | extended by other classes such as the :ref:`ref-classes-autotools` class or the |
| 142 | :ref:`ref-classes-package` class. | 142 | :ref:`ref-classes-package` class. |
| 143 | 143 | ||
