diff options
Diffstat (limited to 'documentation/dev-manual/debugging.rst')
-rw-r--r-- | documentation/dev-manual/debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/debugging.rst b/documentation/dev-manual/debugging.rst index fea2cb30a1..bd1e716b0b 100644 --- a/documentation/dev-manual/debugging.rst +++ b/documentation/dev-manual/debugging.rst | |||
@@ -327,7 +327,7 @@ BitBake has determined by doing the following: | |||
327 | the task. This list also includes indirect dependencies from | 327 | the task. This list also includes indirect dependencies from |
328 | variables depending on other variables, recursively:: | 328 | variables depending on other variables, recursively:: |
329 | 329 | ||
330 | Task dependencies: ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]', 'base_do_fetch'] | 330 | Task dependencies: ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[sha256sum]', 'base_do_fetch'] |
331 | 331 | ||
332 | .. note:: | 332 | .. note:: |
333 | 333 | ||