diff options
-rw-r--r-- | documentation/contributor-guide/recipe-style-guide.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst index 35ffbc61ef..a0d513e8e9 100644 --- a/documentation/contributor-guide/recipe-style-guide.rst +++ b/documentation/contributor-guide/recipe-style-guide.rst | |||
@@ -255,8 +255,3 @@ Tips and Guidelines for Writing Recipes | |||
255 | - Use :term:`BBCLASSEXTEND` instead of creating separate recipes such as ``-native`` | 255 | - Use :term:`BBCLASSEXTEND` instead of creating separate recipes such as ``-native`` |
256 | and ``-nativesdk`` ones, whenever possible. This avoids having to maintain multiple | 256 | and ``-nativesdk`` ones, whenever possible. This avoids having to maintain multiple |
257 | recipe files at the same time. | 257 | recipe files at the same time. |
258 | |||
259 | - Avoid manually mangling ``pkg-config`` ``.pc`` files. | ||
260 | Recipes using ``pkg-config`` should use variables to ensure they are correctly | ||
261 | relocatable and not need manual path correction in the recipe. | ||
262 | |||