aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-19 11:35:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-21 07:47:35 +0100
commita5d36e8bccf35ffbca41a4facaa041d36f587529 (patch)
treeec0fba1745fcb738ca0e43a07c401533810c934d
parent475e7611f6c5b884d86152cb0b334e9d96849608 (diff)
downloadbitbake-a5d36e8bccf35ffbca41a4facaa041d36f587529.tar.gz
bitbake-user-manual: Applied review edits to "Recursive Dependencies"
Added a minor tweak to the third paragraph to be more inclusive of the topic. Fixes [YOCTO #9970] Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 4cc647fe4..879e096b0 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1780,7 +1780,8 @@
do_rootfs[recrdeptask] += "do_packagedata"
</literallayout>
This statement says that the <filename>do_packagedata</filename>
- task of all recipes reachable (by way of dependencies) from the
+ task of the current recipe and all recipes reachable
+ (by way of dependencies) from the
image recipe must run before the <filename>do_rootfs</filename>
task can run.
</para>