summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0056ae7ac7..8ddcd5b075 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1883,7 +1883,8 @@
1883 <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink> 1883 <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink>
1884 task uses the prefix of each entry in the 1884 task uses the prefix of each entry in the
1885 <filename>SRC_URI</filename> variable value to determine which 1885 <filename>SRC_URI</filename> variable value to determine which
1886 fetcher to use to get your source files. 1886 <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'>fetcher</ulink>
1887 to use to get your source files.
1887 It is the <filename>SRC_URI</filename> variable that triggers 1888 It is the <filename>SRC_URI</filename> variable that triggers
1888 the fetcher. 1889 the fetcher.
1889 The 1890 The