summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-04-16 19:18:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 16:39:03 +0100
commit21b42cc54f37fcbfdfa3ea69694b4f2003433d02 (patch)
tree2f2065e12cd11f8e80ca654d47b9e54a19af0396 /documentation/dev-manual
parent1ea11c5c205d5f2535e4ee5576e142bd5870d0e1 (diff)
downloadpoky-21b42cc54f37fcbfdfa3ea69694b4f2003433d02.tar.gz
dev-manual: fix code insertion
Fix a misaligned code insertion statement, causing the code block to be misaligned compared to the other ones in subsequent paragraphs (From yocto-docs rev: bc03d122a35ac027d0aab5bfd70b366933fd7356) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 176025f9e8..b3ee2b13b4 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9351,7 +9351,7 @@ automatically for a given task, you can list the variable dependencies
9351BitBake has determined by doing the following: 9351BitBake has determined by doing the following:
9352 9352
93531. Build the recipe containing the task: 93531. Build the recipe containing the task:
9354:: 9354 ::
9355 9355
9356 $ bitbake recipename 9356 $ bitbake recipename
9357 9357