diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:19:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | c9c7ace79544d9da7599e2a25f1d3df1c7847c91 (patch) | |
tree | e9677bb628afde332a841e1702ea25cf27eb8b7b /documentation/ref-manual | |
parent | a8b6712dfdf164298a9adb7b8231ca616414daa5 (diff) | |
download | poky-c9c7ace79544d9da7599e2a25f1d3df1c7847c91.tar.gz |
manuals: add references to the "do_unpack" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 1ca57f8ec322d5777bf31829e659d62e82986be1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 28f32e6e49..3ce0817bb6 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -447,7 +447,7 @@ Validates the :term:`SRC_URI` value. | |||
447 | ------------ | 447 | ------------ |
448 | 448 | ||
449 | Removes all output files for a target from the | 449 | Removes all output files for a target from the |
450 | :ref:`ref-tasks-unpack` task forward (i.e. ``do_unpack``, | 450 | :ref:`ref-tasks-unpack` task forward (i.e. :ref:`ref-tasks-unpack`, |
451 | :ref:`ref-tasks-configure`, | 451 | :ref:`ref-tasks-configure`, |
452 | :ref:`ref-tasks-compile`, | 452 | :ref:`ref-tasks-compile`, |
453 | :ref:`ref-tasks-install`, and | 453 | :ref:`ref-tasks-install`, and |