diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2023-10-12 08:14:06 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-20 15:07:07 +0100 |
| commit | dde4dd6bc16655c9477e948e9f028ee81cf061b1 (patch) | |
| tree | 7b10f674ec7220ec73d14dbc2f13c0e0de7cc2df /documentation | |
| parent | 7e2bedcc5ab746632d9c78520a7fca89f41821fc (diff) | |
| download | poky-dde4dd6bc16655c9477e948e9f028ee81cf061b1.tar.gz | |
dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
Add missing parenthesis, and another example of a compressed patch filename.
(From yocto-docs rev: d44ccb5ed4292b0371651f38b9a0e3083f60ae87)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/new-recipe.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index 02bb08474f..e741cef0e8 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst | |||
| @@ -409,8 +409,8 @@ Patching Code | |||
| 409 | 409 | ||
| 410 | Sometimes it is necessary to patch code after it has been fetched. Any | 410 | Sometimes it is necessary to patch code after it has been fetched. Any |
| 411 | files mentioned in :term:`SRC_URI` whose names end in ``.patch`` or | 411 | files mentioned in :term:`SRC_URI` whose names end in ``.patch`` or |
| 412 | ``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz`` are | 412 | ``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz``, |
| 413 | treated as patches. The | 413 | ``patch.bz2``, etc.) are treated as patches. The |
| 414 | :ref:`ref-tasks-patch` task | 414 | :ref:`ref-tasks-patch` task |
| 415 | automatically applies these patches. | 415 | automatically applies these patches. |
| 416 | 416 | ||
