summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 18:16:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commita6a7676910669f4bd3a0d4a0ac9a850ea491b7b1 (patch)
tree7b11239dc93d1130288b13bfd48a3f960c89ba4f /documentation/migration-guides
parent020c44eb3be4c15acd10bd3d7f56a6ad28a61f2e (diff)
downloadpoky-a6a7676910669f4bd3a0d4a0ac9a850ea491b7b1.tar.gz
manuals: add references to the "do_patch" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 1e38ceafb25aac13bb9dd45626fd39ad1b68852d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index 6a1755d1dc..09fc39d3ca 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -62,7 +62,7 @@ Previously, an inconsistent mix of spaces and tabs existed, which made
62extending these functions using ``_append`` or ``_prepend`` complicated 62extending these functions using ``_append`` or ``_prepend`` complicated
63given that Python treats whitespace as syntactically significant. If you 63given that Python treats whitespace as syntactically significant. If you
64are defining or extending any Python functions (e.g. 64are defining or extending any Python functions (e.g.
65``populate_packages``, ``do_unpack``, ``do_patch`` and so forth) in 65``populate_packages``, ``do_unpack``, :ref:`ref-tasks-patch` and so forth) in
66custom recipes or classes, you need to ensure you are using consistent 66custom recipes or classes, you need to ensure you are using consistent
67four-space indentation. 67four-space indentation.
68 68