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:54 +0100
commitcb40ae4872484ab0df9b660d09457837b97c8e1a (patch)
tree2cc101c9d3e04cb377dad3a80b173c0ee66f776b
parent80b1efb62cd525a2b0e6c62686c25137c7a7e437 (diff)
downloadopenembedded-core-contrib-cb40ae4872484ab0df9b660d09457837b97c8e1a.tar.gz
bitbake: 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] (Bitbake rev: a5d36e8bccf35ffbca41a4facaa041d36f587529) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 4cc647fe4b..879e096b08 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/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>