summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-19 16:03:02 +0300
committerScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-18 12:04:03 +0300
commit90cc450671eaabf917c10a8d01b729b6bc0f544c (patch)
tree85eaec86a32492c1f5da8974d97d3c34b6e8e64a /doc
parenta3a3331e7118fd3139fe5a80b157a5a5b38631de (diff)
downloadbitbake-contrib-90cc450671eaabf917c10a8d01b729b6bc0f544c.tar.gz
bitbake-user-manual-fetching.xml: Edits to the Git Submodule fetcher section.
Exchanged "SRC_URI" for "URI" for clarity. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index f5031cfba..42a1db090 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -577,7 +577,8 @@
This fetcher submodule inherits from the
<link linkend='git-fetcher'>Git fetcher</link> and extends
that fetcher's behavior by fetching a repository's submodules.
- URI is passed to the Git fetcher as described in the
+ <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>
+ is passed to the Git fetcher as described in the
"<link linkend='git-fetcher'>GIT Fetcher (<filename>git://</filename>)</link>"
section.
<note>