diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-20 17:01:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 13:57:41 +0100 |
commit | d4fc8cf7ae40180a4afdc3faa614099d99774b80 (patch) | |
tree | d4c327567590a5fc60c4ad3a526401c881a08413 | |
parent | d52682c054689a38022d9b7ce3fe8eff29237a14 (diff) | |
download | poky-d4fc8cf7ae40180a4afdc3faa614099d99774b80.tar.gz |
ref-manual: Updated "do_fetch" to have a link to "Fetchers"
Fixes [YOCTO #10098]
This task needed to cross-reference the "Fetchers" section,
which is in the BitBake User Manual.
(From yocto-docs rev: c8862f4c8cc43777acead0e93fc728f2e8be4641)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 8f3ff26d24..0ad35cdbb8 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -192,7 +192,8 @@ | |||
192 | This task uses the | 192 | This task uses the |
193 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link> | 193 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link> |
194 | variable and the argument's prefix to determine the correct | 194 | variable and the argument's prefix to determine the correct |
195 | fetcher module. | 195 | <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetcher</ulink> |
196 | module. | ||
196 | </para> | 197 | </para> |
197 | </section> | 198 | </section> |
198 | 199 | ||