aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-04 10:01:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:14 +0100
commit0ff499a627df4197765d2f5124e7700bf2e8e8ea (patch)
tree5362b115bec3c290cf2f4e886879f3c09740016c /documentation
parent757344c972a31f2060aefd15c04e7105a2df4329 (diff)
downloadopenembedded-core-contrib-0ff499a627df4197765d2f5124e7700bf2e8e8ea.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index beb6e3198d..9d5fae55b4 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -444,11 +444,11 @@
<para>
The <filename>copyleft_compliance</filename> class
preserves source code for the purposes of license compliance.
- This class is an alternative to the <filename>archive*</filename>
- classes and is still used by some users even though it has been
+ This class is an alternative to the <filename>archiver</filename>
+ class and is still used by some users even though it has been
deprecated in favor of the
- <link linkend='ref-classes-archiver'><filename>archive*</filename></link>
- classes.
+ <link linkend='ref-classes-archiver'><filename>archiver</filename></link>
+ class.
</para>
</section>
@@ -637,7 +637,7 @@
<para>
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
then inherit the proper class.
Building is split into two methods depending on which method the
@@ -647,8 +647,8 @@
require Autotools and
<filename>distutils</filename>-based classes in their recipes.
</para></listitem>
- <listitem><para>Extensions that use
- <filename>distutils</filename>-based build systems require
+ <listitem><para>Extensions that use build systems based on
+ <filename>distutils</filename> require
the <filename>distutils</filename> class in their recipes.
</para></listitem>
<listitem><para>Extensions that use build systems based on
@@ -2679,8 +2679,9 @@
<title><filename>setuptools.bbclass</filename></title>
<para>
- The <filename>setuptools</filename> class supports Python extensions
- that use setuptools-based build systems.
+ The <filename>setuptools</filename> class supports Python
+ version 2.x extensions that use build systems based on
+ <filename>setuptools</filename>.
If your recipe uses these build systems, the recipe needs to
inherit the <filename>setuptools</filename> class.
</para>