diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-22 11:19:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch) | |
tree | 7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/ref-manual/classes.rst | |
parent | 55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff) | |
download | poky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz |
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit"
were looked for while looking for class names without references.
Fixing alignment and sometimes syntax.
(From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 3a13cf56ef..3aab8290a0 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -210,9 +210,8 @@ information. | |||
210 | An alternative version of the :ref:`binconfig <ref-classes-binconfig>` | 210 | An alternative version of the :ref:`binconfig <ref-classes-binconfig>` |
211 | class, which disables binary configuration scripts by making them return | 211 | class, which disables binary configuration scripts by making them return |
212 | an error in favor of using ``pkg-config`` to query the information. The | 212 | an error in favor of using ``pkg-config`` to query the information. The |
213 | scripts to be disabled should be specified using the | 213 | scripts to be disabled should be specified using the :term:`BINCONFIG` |
214 | :term:`BINCONFIG` variable within the recipe inheriting | 214 | variable within the recipe inheriting the class. |
215 | the class. | ||
216 | 215 | ||
217 | .. _ref-classes-buildhistory: | 216 | .. _ref-classes-buildhistory: |
218 | 217 | ||
@@ -580,8 +579,7 @@ By default, the OpenEmbedded build system uses the :term:`S` | |||
580 | and :term:`B` variables to locate unpacked recipe source code | 579 | and :term:`B` variables to locate unpacked recipe source code |
581 | and to build it, respectively. When your recipe inherits the | 580 | and to build it, respectively. When your recipe inherits the |
582 | :ref:`externalsrc <ref-classes-externalsrc>` class, you use the | 581 | :ref:`externalsrc <ref-classes-externalsrc>` class, you use the |
583 | :term:`EXTERNALSRC` and | 582 | :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD` variables to |
584 | :term:`EXTERNALSRC_BUILD` variables to | ||
585 | ultimately define :term:`S` and :term:`B`. | 583 | ultimately define :term:`S` and :term:`B`. |
586 | 584 | ||
587 | By default, this class expects the source code to support recipe builds | 585 | By default, this class expects the source code to support recipe builds |
@@ -734,9 +732,9 @@ register and unregister the schemas in the target image. | |||
734 | ``gettext.bbclass`` | 732 | ``gettext.bbclass`` |
735 | =================== | 733 | =================== |
736 | 734 | ||
737 | The :ref:`gettext <ref-classes-gettext>` class provides support for building software that uses | 735 | The :ref:`gettext <ref-classes-gettext>` class provides support for building |
738 | the GNU ``gettext`` internationalization and localization system. All | 736 | software that uses the GNU ``gettext`` internationalization and localization |
739 | recipes building software that use ``gettext`` should inherit this | 737 | system. All recipes building software that use ``gettext`` should inherit this |
740 | class. | 738 | class. |
741 | 739 | ||
742 | .. _ref-classes-github-releases: | 740 | .. _ref-classes-github-releases: |