mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
manuals: fix double colons
Fixing double colons appearing alone on a line, while they could be put at the end of the previous line. Sometimes placing a note after the quoted text to avoid such a situation. It's more natural too not to have a note between the introduction text and the quoted section. (From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8b812b29c4
commit
01e5d22507
@@ -327,8 +327,7 @@ BitBake has determined by doing the following:
|
||||
In the output of the above command, you will find a line like the
|
||||
following, which lists all the (inferred) variable dependencies for
|
||||
the task. This list also includes indirect dependencies from
|
||||
variables depending on other variables, recursively.
|
||||
::
|
||||
variables depending on other variables, recursively::
|
||||
|
||||
Task dependencies: ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]', 'base_do_fetch']
|
||||
|
||||
@@ -641,8 +640,7 @@ The syntax you use for recipes written in Bash is similar to that of
|
||||
recipes written in Python described in the previous section.
|
||||
|
||||
Following is an example written in Bash. The code logs the progress of
|
||||
the ``do_my_function`` function.
|
||||
::
|
||||
the ``do_my_function`` function::
|
||||
|
||||
do_my_function() {
|
||||
bbdebug 2 "Running do_my_function"
|
||||
|
||||
Reference in New Issue
Block a user