diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 1582664e62..16eeb7346e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1620,7 +1620,7 @@ system and gives an overview of their function and contents. | |||
1620 | the appropriate staging sysroot, given by the | 1620 | the appropriate staging sysroot, given by the |
1621 | :term:`STAGING_DIR* <STAGING_DIR>` variables, by the time the | 1621 | :term:`STAGING_DIR* <STAGING_DIR>` variables, by the time the |
1622 | :ref:`ref-tasks-configure` task for ``foo`` runs. | 1622 | :ref:`ref-tasks-configure` task for ``foo`` runs. |
1623 | This mechanism is implemented by having ``do_configure`` depend on | 1623 | This mechanism is implemented by having :ref:`ref-tasks-configure` depend on |
1624 | the :ref:`ref-tasks-populate_sysroot` task of | 1624 | the :ref:`ref-tasks-populate_sysroot` task of |
1625 | each recipe listed in :term:`DEPENDS`, through a | 1625 | each recipe listed in :term:`DEPENDS`, through a |
1626 | ``[``\ :ref:`deptask <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]`` | 1626 | ``[``\ :ref:`deptask <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]`` |
@@ -5563,7 +5563,7 @@ system and gives an overview of their function and contents. | |||
5563 | :ref:`cmake <ref-classes-cmake>` use :term:`PACKAGECONFIG_CONFARGS` to | 5563 | :ref:`cmake <ref-classes-cmake>` use :term:`PACKAGECONFIG_CONFARGS` to |
5564 | pass :term:`PACKAGECONFIG` options to ``configure`` and ``cmake``, | 5564 | pass :term:`PACKAGECONFIG` options to ``configure`` and ``cmake``, |
5565 | respectively. If you are using :term:`PACKAGECONFIG` but not a class that | 5565 | respectively. If you are using :term:`PACKAGECONFIG` but not a class that |
5566 | handles the ``do_configure`` task, then you need to use | 5566 | handles the :ref:`ref-tasks-configure` task, then you need to use |
5567 | :term:`PACKAGECONFIG_CONFARGS` appropriately. | 5567 | :term:`PACKAGECONFIG_CONFARGS` appropriately. |
5568 | 5568 | ||
5569 | :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY` | 5569 | :term:`PACKAGEGROUP_DISABLE_COMPLEMENTARY` |