From a6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 23 Sep 2022 18:16:02 +0200 Subject: manuals: add references to the "do_patch" task [YOCTO #14508] Reported-by: Quentin Schulz (From yocto-docs rev: 1e38ceafb25aac13bb9dd45626fd39ad1b68852d) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/tasks.rst') 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:: " Conversely, if you have a file whose file type is ``.patch`` or ``.diff`` -and you want to exclude it so that the ``do_patch`` task does not apply +and you want to exclude it so that the :ref:`ref-tasks-patch` task does not apply it during the patch phase, you can use the "apply=no" parameter with the :term:`SRC_URI` statement:: -- cgit v1.2.3-54-g00ecf