mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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: 3b770bd5699706f7b843d579cb6a8ba796a3e54e) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
72e595ce70
commit
0041bad3a5
@@ -409,8 +409,8 @@ Patching Code
|
|||||||
|
|
||||||
Sometimes it is necessary to patch code after it has been fetched. Any
|
Sometimes it is necessary to patch code after it has been fetched. Any
|
||||||
files mentioned in :term:`SRC_URI` whose names end in ``.patch`` or
|
files mentioned in :term:`SRC_URI` whose names end in ``.patch`` or
|
||||||
``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz`` are
|
``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz``,
|
||||||
treated as patches. The
|
``patch.bz2``, etc.) are treated as patches. The
|
||||||
:ref:`ref-tasks-patch` task
|
:ref:`ref-tasks-patch` task
|
||||||
automatically applies these patches.
|
automatically applies these patches.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user