diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 14:10:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:13 +0100 |
commit | 53ad9b2f01f53040950af15f02898e98461a6887 (patch) | |
tree | 7af91920d6a130a70f5cfd265f6b3d56bbd69c1c | |
parent | 82269903d3a20b12a61aaccdb20559ba8ff92624 (diff) | |
download | poky-53ad9b2f01f53040950af15f02898e98461a6887.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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 |
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> |