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/migration-guides | |
| 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/migration-guides')
| -rw-r--r-- | documentation/migration-guides/migration-1.3.rst | 2 |
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 09fc39d3ca..3ba189b773 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 | |||
| 62 | extending these functions using ``_append`` or ``_prepend`` complicated | 62 | extending these functions using ``_append`` or ``_prepend`` complicated |
| 63 | given that Python treats whitespace as syntactically significant. If you | 63 | given that Python treats whitespace as syntactically significant. If you |
| 64 | are defining or extending any Python functions (e.g. | 64 | are defining or extending any Python functions (e.g. |
| 65 | ``populate_packages``, ``do_unpack``, :ref:`ref-tasks-patch` and so forth) in | 65 | ``populate_packages``, :ref:`ref-tasks-unpack`, :ref:`ref-tasks-patch` and so forth) in |
| 66 | custom recipes or classes, you need to ensure you are using consistent | 66 | custom recipes or classes, you need to ensure you are using consistent |
| 67 | four-space indentation. | 67 | four-space indentation. |
| 68 | 68 | ||
