summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 14:10:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commitb9495c15aa5f0f180ba20ce3bc43b23999f0b90d (patch)
treecf4fa31a3fe367ecc46b7a7de5a59e05303c6e46 /documentation/ref-manual
parentd0f6c29f42250905720f692f6402f17e60757aac (diff)
downloadpoky-b9495c15aa5f0f180ba20ce3bc43b23999f0b90d.tar.gz
ref-manual: Edits to teh "Archiving Sources - archive*.bbclass" section.
Some formatting to fix up Kevin's patch. One thing important was that the <ulink> line cannot span multiple lines. I fixed this. When they span multiple lines, the sed script used to convert the links for the mega-manual breaks. (From yocto-docs rev: e31012878c709eccae94734f7933559cb1187c47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-classes.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 51418b90f2..d80fd77f9f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -197,9 +197,9 @@
197 <title>Archiving Sources - <filename>archive*.bbclass</filename></title> 197 <title>Archiving Sources - <filename>archive*.bbclass</filename></title>
198 198
199 <para> 199 <para>
200 Many software licenses require that source code and/or other materials be 200 Many software licenses require that source code and other materials be
201 released with the binaries. To help with that task the following classes 201 released with the binaries.
202 are provided: 202 To help with that task, the following classes are provided:
203 <itemizedlist> 203 <itemizedlist>
204 <listitem><filename>archive-original-sources.bbclass</filename></listitem> 204 <listitem><filename>archive-original-sources.bbclass</filename></listitem>
205 <listitem><filename>archive-patched-sources.bbclass</filename></listitem> 205 <listitem><filename>archive-patched-sources.bbclass</filename></listitem>
@@ -210,8 +210,7 @@
210 210
211 <para> 211 <para>
212 For more details on the source archiver, see the 212 For more details on the source archiver, see the
213 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'> 213 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
214 Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
215 section in the Yocto Project Development Manual. 214 section in the Yocto Project Development Manual.
216 </para> 215 </para>
217</section> 216</section>