summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
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: