ref-manual: Edits to the copyleft_compliance class.

I updated the referencing to adjust to the emergence of the
archiver.bbclass and disappearance of the archive* classes.

(From yocto-docs rev: 903e9b7c534e65e1be3eb0dc57378e120c7a0e3e)

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 2014-04-04 10:01:22 -07:00 committed by Richard Purdie
parent 757344c972
commit 0ff499a627
1 changed files with 10 additions and 9 deletions

View File

@ -444,11 +444,11 @@
<para> <para>
The <filename>copyleft_compliance</filename> class The <filename>copyleft_compliance</filename> class
preserves source code for the purposes of license compliance. preserves source code for the purposes of license compliance.
This class is an alternative to the <filename>archive*</filename> This class is an alternative to the <filename>archiver</filename>
classes and is still used by some users even though it has been class and is still used by some users even though it has been
deprecated in favor of the deprecated in favor of the
<link linkend='ref-classes-archiver'><filename>archive*</filename></link> <link linkend='ref-classes-archiver'><filename>archiver</filename></link>
classes. class.
</para> </para>
</section> </section>
@ -637,7 +637,7 @@
<para> <para>
The <filename>distutils</filename> class supports recipes for Python The <filename>distutils</filename> class supports recipes for Python
extensions, which are simple. version 2.x extensions, which are simple.
These recipes usually only need to point to the source's archive and These recipes usually only need to point to the source's archive and
then inherit the proper class. then inherit the proper class.
Building is split into two methods depending on which method the Building is split into two methods depending on which method the
@ -647,8 +647,8 @@
require Autotools and require Autotools and
<filename>distutils</filename>-based classes in their recipes. <filename>distutils</filename>-based classes in their recipes.
</para></listitem> </para></listitem>
<listitem><para>Extensions that use <listitem><para>Extensions that use build systems based on
<filename>distutils</filename>-based build systems require <filename>distutils</filename> require
the <filename>distutils</filename> class in their recipes. the <filename>distutils</filename> class in their recipes.
</para></listitem> </para></listitem>
<listitem><para>Extensions that use build systems based on <listitem><para>Extensions that use build systems based on
@ -2679,8 +2679,9 @@
<title><filename>setuptools.bbclass</filename></title> <title><filename>setuptools.bbclass</filename></title>
<para> <para>
The <filename>setuptools</filename> class supports Python extensions The <filename>setuptools</filename> class supports Python
that use setuptools-based build systems. version 2.x extensions that use build systems based on
<filename>setuptools</filename>.
If your recipe uses these build systems, the recipe needs to If your recipe uses these build systems, the recipe needs to
inherit the <filename>setuptools</filename> class. inherit the <filename>setuptools</filename> class.
</para> </para>