diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-05 10:09:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
commit | 0241215d3e11145d3e7e0a8fcee37fc8b8d6e089 (patch) | |
tree | e3afd25e4473e691ce50007b55aea4b0e016b420 /documentation/ref-manual/usingpoky.xml | |
parent | e801e6e7dd586b46ea8e23e63128059d9ea06605 (diff) | |
download | poky-0241215d3e11145d3e7e0a8fcee37fc8b8d6e089.tar.gz |
ref-manual, dev-manual: replaced "depexp" with "taskexp"
(From yocto-docs rev: 3d7a13357a12b70d0c46b8aafdaf2ace20dcb970)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 325dbd9593..d4c7127a12 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | You can use a different method to view dependency information | 480 | You can use a different method to view dependency information |
481 | by using the following command: | 481 | by using the following command: |
482 | <literallayout class='monospaced'> | 482 | <literallayout class='monospaced'> |
483 | $ bitbake -g -u depexp <replaceable>recipename</replaceable> | 483 | $ bitbake -g -u taskexp <replaceable>recipename</replaceable> |
484 | </literallayout> | 484 | </literallayout> |
485 | This command displays a GUI window from which you can view | 485 | This command displays a GUI window from which you can view |
486 | build-time and runtime dependencies for the recipes involved in | 486 | build-time and runtime dependencies for the recipes involved in |