ref-manual: Rephrase SRC_URI description
Submitted by Jacob Kroon on July 7, 2020, 11:16 a.m.
|
Patch ID: 174280
Details
Commit Message
@@ -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>
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(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#303): https://lists.yoctoproject.org/g/docs/message/303 Mute This Topic: https://lists.yoctoproject.org/mt/75352940/3617530 Group Owner: docs+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [oe-patchwork@oe-patch.openembedded.org] -=-=-=-=-=-=-=-=-=-=-=-