1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

recipe-style-guide.rst: two minor grammatical tweaks

Minor rewording in two places.

(From yocto-docs rev: d08a1381231b068461f39de47154e971c71acd52)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 382f2cbea16efc13a1bcf14a3276add8aabeec4e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Robert P. J. Day
2026-05-19 14:35:10 -04:00
committed by Paul Barker
parent 7ddcb1e8c7
commit e480ed7e2c
@@ -293,7 +293,7 @@ Tips and Guidelines for Writing Recipes
- then, copy ``X.orig`` back to ``X``,
- and, finally, modify ``X``.
This ensures if rerun the task always has the same end result and the
This ensures that rerunning the task always produces the same end result and the
original file can be preserved to reuse. It also guards against an
interrupted build corrupting the file.
@@ -403,7 +403,7 @@ CVE patches
===========
In order to have a better control of vulnerabilities, patches that fix CVEs must
contain a ``CVE:`` tag. This tag list all CVEs fixed by the patch. If more than
contain a ``CVE:`` tag. This tag should list all CVEs fixed by the patch. If more than
one CVE is fixed, separate them using spaces.
CVE Examples