summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 13:59:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 13:52:25 +0100
commit25fd9fddc35291a883125bcd2700ea67f4c9749e (patch)
tree07b0833dde7b6d651e0b914b0dcc6ac7fa769506 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
parentb2c2b87953d200c637d9f218d8bc616e8fef662c (diff)
downloadpoky-25fd9fddc35291a883125bcd2700ea67f4c9749e.tar.gz
bitbake: docs: sphinx: replace special quotes with double quotes
(Bitbake rev: c87cc35a5665afbf67f6dbb3458976c215fd5ee3) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 77dc9668ab..6f9d392935 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -465,7 +465,7 @@ Executing a Task Against a Single Recipe
465Executing tasks for a single recipe file is relatively simple. You 465Executing tasks for a single recipe file is relatively simple. You
466specify the file in question, and BitBake parses it and executes the 466specify the file in question, and BitBake parses it and executes the
467specified task. If you do not specify a task, BitBake executes the 467specified task. If you do not specify a task, BitBake executes the
468default task, which is "build. BitBake obeys inter-task dependencies 468default task, which is "build". BitBake obeys inter-task dependencies
469when doing so. 469when doing so.
470 470
471The following command runs the build task, which is the default task, on 471The following command runs the build task, which is the default task, on