diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 0d4e814f66..53e7686633 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -2124,7 +2124,7 @@ removed later when a recipe is either modified or removed. Thus, the | |||
2124 | sysroot is able to remain free from stale files. | 2124 | sysroot is able to remain free from stale files. |
2125 | 2125 | ||
2126 | A subset of the files installed by the :ref:`ref-tasks-install` task are | 2126 | A subset of the files installed by the :ref:`ref-tasks-install` task are |
2127 | used by the :ref:`ref-tasks-populate_sysroot` task as defined by the the | 2127 | used by the :ref:`ref-tasks-populate_sysroot` task as defined by the |
2128 | :term:`SYSROOT_DIRS` variable to automatically populate the sysroot. It | 2128 | :term:`SYSROOT_DIRS` variable to automatically populate the sysroot. It |
2129 | is possible to modify the list of directories that populate the sysroot. | 2129 | is possible to modify the list of directories that populate the sysroot. |
2130 | The following example shows how you could add the ``/opt`` directory to | 2130 | The following example shows how you could add the ``/opt`` directory to |