From 21b42cc54f37fcbfdfa3ea69694b4f2003433d02 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 16 Apr 2021 19:18:35 +0200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/common-tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 BitBake has determined by doing the following: 1. Build the recipe containing the task: -:: + :: $ bitbake recipename