summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
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 /bitbake/doc
parent80b1efb62cd525a2b0e6c62686c25137c7a7e437 (diff)
downloadpoky-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>
Diffstat (limited to 'bitbake/doc')
-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 @@
1780 do_rootfs[recrdeptask] += "do_packagedata" 1780 do_rootfs[recrdeptask] += "do_packagedata"
1781 </literallayout> 1781 </literallayout>
1782 This statement says that the <filename>do_packagedata</filename> 1782 This statement says that the <filename>do_packagedata</filename>
1783 task of all recipes reachable (by way of dependencies) from the 1783 task of the current recipe and all recipes reachable
1784 (by way of dependencies) from the
1784 image recipe must run before the <filename>do_rootfs</filename> 1785 image recipe must run before the <filename>do_rootfs</filename>
1785 task can run. 1786 task can run.
1786 </para> 1787 </para>