summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-22 11:19:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch)
tree7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/ref-manual/classes.rst
parent55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff)
downloadpoky-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.rst14
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.
210An alternative version of the :ref:`binconfig <ref-classes-binconfig>` 210An alternative version of the :ref:`binconfig <ref-classes-binconfig>`
211class, which disables binary configuration scripts by making them return 211class, which disables binary configuration scripts by making them return
212an error in favor of using ``pkg-config`` to query the information. The 212an error in favor of using ``pkg-config`` to query the information. The
213scripts to be disabled should be specified using the 213scripts to be disabled should be specified using the :term:`BINCONFIG`
214:term:`BINCONFIG` variable within the recipe inheriting 214variable within the recipe inheriting the class.
215the 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`
580and :term:`B` variables to locate unpacked recipe source code 579and :term:`B` variables to locate unpacked recipe source code
581and to build it, respectively. When your recipe inherits the 580and 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
585ultimately define :term:`S` and :term:`B`. 583ultimately define :term:`S` and :term:`B`.
586 584
587By default, this class expects the source code to support recipe builds 585By 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
737The :ref:`gettext <ref-classes-gettext>` class provides support for building software that uses 735The :ref:`gettext <ref-classes-gettext>` class provides support for building
738the GNU ``gettext`` internationalization and localization system. All 736software that uses the GNU ``gettext`` internationalization and localization
739recipes building software that use ``gettext`` should inherit this 737system. All recipes building software that use ``gettext`` should inherit this
740class. 738class.
741 739
742.. _ref-classes-github-releases: 740.. _ref-classes-github-releases: