From patchwork Thu Jul 5 23:58:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: someone broke the bitbake user manual Date: Thu, 05 Jul 2012 23:58:52 -0000 From: Robert P. J. Day X-Patchwork-Id: 31303 Message-Id: To: OE Core mailing list it needs this: whoever wants to fix it, go wild. rday diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index 81b301a..e776b43 100644 --- a/doc/manual/usermanual.xml +++ b/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.