From 0041bad3a52ef9d888a0c6b2e52e7de5d28844bf Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 12 Oct 2023 08:14:06 -0400 Subject: 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 Reviewed-by: Michael Opdenacker Signed-off-by: Steve Sakoman --- documentation/dev-manual/new-recipe.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index a330a8f8c6..8d5d546923 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst @@ -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. -- cgit v1.2.3-54-g00ecf