]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: user-manual-ref-variables.xml: Edits to SRC_URI.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 5 Feb 2014 14:15:37 +0000 (08:15 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Mar 2014 01:59:00 +0000 (18:59 -0700)
(Bitbake rev: b8472f81387f8b8110cd560d61a4563d53d26859)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/user-manual/user-manual-ref-variables.xml

index 31e39ced7b4a4031e5788d3c843f87e1f79b486e..bda9fe5629431115951c5fc9748fcc4110cfca06 100644 (file)
                 <para>
                     The list of source files - local or remote.
                     This variable tells BitBake which bits
-                    to pull in for the build and how to pull them in.
-                    For example, if the recipe or append file only needs to
-                    fetch a tarball from the Internet, the recipe or
+                    to pull for the build and how to pull them.
+                    For example, if the recipe or append file needs to
+                    fetch a single tarball from the Internet, the recipe or
                     append file uses a <filename>SRC_URI</filename>
-                    entry that specifies just the tarball.
+                    entry that specifies that tarball.
                     On the other hand, if the recipe or append file needs to
-                    fetch a tarball, apply two patches, and include a custom
-                    file, the recipe or append file needs an
-                    <filename>SRC_URI</filename> variable that specifies all
-                    those sources.</para>
+                    fetch a tarball and include a custom file, the recipe or
+                    append file needs an <filename>SRC_URI</filename> variable
+                    that specifies all those sources.</para>
                 <para>The following list explains the available URI protocols:
                     <itemizedlist>
                         <listitem><para><emphasis><filename>file://</filename> -</emphasis>