diff options
-rw-r--r-- | documentation/dev-manual/new-recipe.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index 39ee9683b0..a330a8f8c6 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst | |||
@@ -1442,9 +1442,9 @@ doing the following: | |||
1442 | Following Recipe Style Guidelines | 1442 | Following Recipe Style Guidelines |
1443 | ================================= | 1443 | ================================= |
1444 | 1444 | ||
1445 | When writing recipes, it is good to conform to existing style | 1445 | When writing recipes, it is good to conform to existing style guidelines. |
1446 | guidelines. The :oe_wiki:`OpenEmbedded Styleguide </Styleguide>` wiki page | 1446 | See the ":doc:`../contributor-guide/recipe-style-guide`" in the Yocto Project |
1447 | provides rough guidelines for preferred recipe style. | 1447 | and OpenEmbedded Contributor Guide for reference. |
1448 | 1448 | ||
1449 | It is common for existing recipes to deviate a bit from this style. | 1449 | It is common for existing recipes to deviate a bit from this style. |
1450 | However, aiming for at least a consistent style is a good idea. Some | 1450 | However, aiming for at least a consistent style is a good idea. Some |