diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-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 e87be90cc0..414c972ad4 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -327,7 +327,7 @@ file as a patch file:: | |||
327 | " | 327 | " |
328 | 328 | ||
329 | Conversely, if you have a file whose file type is ``.patch`` or ``.diff`` | 329 | Conversely, if you have a file whose file type is ``.patch`` or ``.diff`` |
330 | and you want to exclude it so that the ``do_patch`` task does not apply | 330 | and you want to exclude it so that the :ref:`ref-tasks-patch` task does not apply |
331 | it during the patch phase, you can use the "apply=no" parameter with the | 331 | it during the patch phase, you can use the "apply=no" parameter with the |
332 | :term:`SRC_URI` statement:: | 332 | :term:`SRC_URI` statement:: |
333 | 333 | ||