summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-07-05 19:58:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-06 09:41:56 +0100
commit5051e9837fa698e03d0a7a8a918ee7aa98409ce1 (patch)
treed76d120ba5b992d1448a0ff6c9300a8701875e1f
parentb201616981588e14934f27865e39916d36b7a052 (diff)
downloadpoky-5051e9837fa698e03d0a7a8a918ee7aa98409ce1.tar.gz
bitbake: usermanual: Fix missing markup
(Bitbake rev: 68af2b09315ba35eae24933a599014a662789c2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/manual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml
index 81b301a370..e776b43c41 100644
--- a/bitbake/doc/manual/usermanual.xml
+++ b/bitbake/doc/manual/usermanual.xml
@@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ = "file://some_patch_which_the_new_versions_need.patch;pat
336 <para>The 'depends' flag for tasks is a more generic form of which allows an interdependency on specific tasks rather than specifying the data in DEPENDS.</para> 336 <para>The 'depends' flag for tasks is a more generic form of which allows an interdependency on specific tasks rather than specifying the data in DEPENDS.</para>
337 <para><screen>do_patch[depends] = "quilt-native:do_populate_staging"</screen></para> 337 <para><screen>do_patch[depends] = "quilt-native:do_populate_staging"</screen></para>
338 <para>means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute.</para> 338 <para>means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute.</para>
339 <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace. 339 <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace.</para>
340 </section> 340 </section>
341 </section> 341 </section>
342 342