diff options
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: |