[oe-commits] [bitbake] 10/13: bitbake-user-manual: Applied review edits to "Recursive Dependencies"

git at git.openembedded.org git at git.openembedded.org
Thu Jul 21 06:49:54 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit a5d36e8bccf35ffbca41a4facaa041d36f587529
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Tue Jul 19 11:35:26 2016 -0700

    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 at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 4cc647f..879e096 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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list