mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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: 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>
This commit is contained in:
parent
ad2f5cdc43
commit
cd9114c412
|
@ -409,8 +409,8 @@ Patching Code
|
|||
|
||||
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
|
||||
``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz`` are
|
||||
treated as patches. The
|
||||
``.diff`` or compressed versions of these suffixes (e.g. ``diff.gz``,
|
||||
``patch.bz2``, etc.) are treated as patches. The
|
||||
:ref:`ref-tasks-patch` task
|
||||
automatically applies these patches.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user