diff --git a/bitbake/doc/user-manual/user-manual-fetching.xml b/bitbake/doc/user-manual/user-manual-fetching.xml
index 23ff3482dc..18c0214c02 100644
--- a/bitbake/doc/user-manual/user-manual-fetching.xml
+++ b/bitbake/doc/user-manual/user-manual-fetching.xml
@@ -41,23 +41,22 @@
a git repository on an http server as a tarball for example.
Some example commonly used mirror
definitions are:
-
+
+PREMIRRORS ?= "\
+ bzr://.*/.* http://somemirror.org/sources/ \n \
+ cvs://.*/.* http://somemirror.org/sources/ \n \
+ git://.*/.* http://somemirror.org/sources/ \n \
+ hg://.*/.* http://somemirror.org/sources/ \n \
+ osc://.*/.* http://somemirror.org/sources/ \n \
+ p4://.*/.* http://somemirror.org/sources/ \n \
+ svk://.*/.* http://somemirror.org/sources/ \n \
+ svn://.*/.* http://somemirror.org/sources/ \n"
-
- PREMIRRORS ?= "\
-bzr://.*/.* http://somemirror.org/sources/ \n \
-cvs://.*/.* http://somemirror.org/sources/ \n \
-git://.*/.* http://somemirror.org/sources/ \n \
-hg://.*/.* http://somemirror.org/sources/ \n \
-osc://.*/.* http://somemirror.org/sources/ \n \
-p4://.*/.* http://somemirror.org/sources/ \n \
-svk://.*/.* http://somemirror.org/sources/ \n \
-svn://.*/.* http://somemirror.org/sources/ \n"
-
-MIRRORS =+ "\
-ftp://.*/.* http://somemirror.org/sources/ \n \
-http://.*/.* http://somemirror.org/sources/ \n \
-https://.*/.* http://somemirror.org/sources/ \n"
+MIRRORS =+ "\
+ ftp://.*/.* http://somemirror.org/sources/ \n \
+ http://.*/.* http://somemirror.org/sources/ \n \
+ https://.*/.* http://somemirror.org/sources/ \n"
+
@@ -96,10 +95,11 @@ https://.*/.* http://somemirror.org/sources/ \n"
The metadata usually extend these variables to include
variations of the values in OVERRIDES.
Single files and complete directories can be specified.
-SRC_URI= "file://relativefile.patch"
-SRC_URI= "file://relativefile.patch;this=ignored"
-SRC_URI= "file:///Users/ich/very_important_software"
-
+
+ SRC_URI = "file://relativefile.patch"
+ SRC_URI = "file://relativefile.patch;this=ignored"
+ SRC_URI = "file:///Users/ich/very_important_software"
+
@@ -138,9 +138,10 @@ https://.*/.* http://somemirror.org/sources/ \n"
and CVS_RSH will be set.
Finally, localdir is used to checkout into a special
directory relative to CVSDIR.
-SRC_URI = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext"
-SRC_URI = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat"
-
+
+ SRC_URI = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext"
+ SRC_URI = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat"
+
@@ -155,12 +156,11 @@ https://.*/.* http://somemirror.org/sources/ \n"
for fetching.
${URI}
and ${FILES}
will be replaced by the URI and
basename of the file to be fetched.
-
-
- SRC_URI = "http://oe.handhelds.org/not_there.aac"
-SRC_URI = "ftp://oe.handhelds.org/not_there_as_well.aac"
-SRC_URI = "ftp://you@oe.handheld.sorg/home/you/secret.plan"
-
+
+ SRC_URI = "http://oe.handhelds.org/not_there.aac"
+ SRC_URI = "ftp://oe.handhelds.org/not_there_as_well.aac"
+ SRC_URI = "ftp://you@oe.handheld.sorg/home/you/secret.plan"
+
@@ -187,11 +187,10 @@ https://.*/.* http://somemirror.org/sources/ \n"
Subversion revision.
If scmdata is set to keep
, the .svn
directories will
be available during compile-time.
-
-
- SRC_URI = "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"
-SRC_URI = "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"
-
+
+ SRC_URI = "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"
+ SRC_URI = "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"
+
@@ -213,11 +212,10 @@ https://.*/.* http://somemirror.org/sources/ \n"
if a hostname is set, otherwise its file
.
If scmdata is set to keep
, the .git
directory will be available
during compile-time.
-
-
- SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
-SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
-
+
+ SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
+ SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
+