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>
This commit is contained in:
Scott Rifenbark 2013-04-15 14:10:17 -07:00 committed by Richard Purdie
parent 82269903d3
commit 53ad9b2f01
1 changed files with 4 additions and 5 deletions

View File

@ -197,9 +197,9 @@
<title>Archiving Sources - <filename>archive*.bbclass</filename></title>
<para>
Many software licenses require that source code and/or other materials be
released with the binaries. To help with that task the following classes
are provided:
Many software licenses require that source code and other materials be
released with the binaries.
To help with that task, the following classes are provided:
<itemizedlist>
<listitem><filename>archive-original-sources.bbclass</filename></listitem>
<listitem><filename>archive-patched-sources.bbclass</filename></listitem>
@ -210,8 +210,7 @@
<para>
For more details on the source archiver, see the
"<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>"
"<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>"
section in the Yocto Project Development Manual.
</para>
</section>