All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: Rephrase SRC_URI description
@ 2020-07-07 11:16 Jacob Kroon
  0 siblings, 0 replies; only message in thread
From: Jacob Kroon @ 2020-07-07 11:16 UTC (permalink / raw)
  To: docs

Specifying multiple sources is done by putting each entry in SRC_URI,
not by defining multiple instances of SRC_URI, each one containing a single entry.

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
---
 documentation/ref-manual/ref-variables.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9fe744aff..5e576ca2c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13258,12 +13258,12 @@
                     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
-                    append file uses a single <filename>SRC_URI</filename>
-                    entry.
+                    append file uses a <filename>SRC_URI</filename>
+                    with a single entry.
                     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 would include four
-                    instances of the variable.
+                    file, the <filename>SRC_URI</filename> would include four
+                    space-separated entries.
                 </para>
 
                 <para>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-07 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 11:16 [PATCH] ref-manual: Rephrase SRC_URI description Jacob Kroon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.