dev-manual: Added cross-link to "Fetchers" section in BB manual.

Fixes [YOCTO #10098]

Inside the "Fetching Code" section we mention fetchers but have
no links for more information to the "Fetchers" section in the
BibBake User Manual.  I have added a link.

(From yocto-docs rev: 5224bb7b7a3c0f081b066a45865fd326aa068fc9)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2019-05-10 15:02:38 -07:00
committed by Richard Purdie
parent cfc0211165
commit 00ff69a5bb

View File

@@ -1883,7 +1883,8 @@
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink>
task uses the prefix of each entry in the
<filename>SRC_URI</filename> variable value to determine which
fetcher to use to get your source files.
<ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetcher</ulink>
to use to get your source files.
It is the <filename>SRC_URI</filename> variable that triggers
the fetcher.
The