From 5051e9837fa698e03d0a7a8a918ee7aa98409ce1 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 5 Jul 2012 19:58:52 -0400 Subject: bitbake: usermanual: Fix missing markup (Bitbake rev: 68af2b09315ba35eae24933a599014a662789c2c) Signed-off-by: Richard Purdie --- bitbake/doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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. do_patch[depends] = "quilt-native:do_populate_staging" means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute. - The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace. + The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace. -- cgit v1.2.3-54-g00ecf