summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/new-recipe.rst
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-06-22 18:51:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-24 12:23:01 +0100
commitdae1bc68986ecedaa58e8ad39ce07d92954de1d7 (patch)
treea9e322a36f3d2e8363f5774f02499d7ef9551667 /documentation/dev-manual/new-recipe.rst
parentea88a4ca8298271365378322c98566b9fe850fad (diff)
downloadpoky-dae1bc68986ecedaa58e8ad39ce07d92954de1d7.tar.gz
docs: fix unnecessary double white space
There's no need for double white spaces here so let's just remove them. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: e41f6689157359777c3d86d9a7afed6f9e43782b) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/new-recipe.rst')
-rw-r--r--documentation/dev-manual/new-recipe.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index ab3e193aaf..1be04a7657 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -1603,7 +1603,7 @@ in the BitBake User Manual.
1603 space. Also, the operator is applied after all the ``+=``, and ``=+`` 1603 space. Also, the operator is applied after all the ``+=``, and ``=+``
1604 operators have been applied and after all ``=`` assignments have 1604 operators have been applied and after all ``=`` assignments have
1605 occurred. This means that if ``:append`` is used in a recipe, it can 1605 occurred. This means that if ``:append`` is used in a recipe, it can
1606 only be overridden by another layer using the special ``:remove`` 1606 only be overridden by another layer using the special ``:remove``
1607 operator, which in turn will prevent further layers from adding it back. 1607 operator, which in turn will prevent further layers from adding it back.
1608 1608
1609 The following example shows the space being explicitly added to the 1609 The following example shows the space being explicitly added to the