aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-04 09:28:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:14 +0100
commit4644a8833b82d7c59205527efe17c36833fc6fc2 (patch)
tree15c426903f0f80b95f5362c4c825510275ebc16e /documentation
parent6c8b19b926fe5593cbe89176eb7e0c28379bc907 (diff)
downloadopenembedded-core-contrib-4644a8833b82d7c59205527efe17c36833fc6fc2.tar.gz
ref-manual: Edits to distutils3 and setuptools3 class descriptions.
(From yocto-docs rev: 1be2bbfcfc9b4f3c2d32fb210fe815b1fe99eda1) 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.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3103604542..beb6e3198d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -651,8 +651,8 @@
<filename>distutils</filename>-based build systems require
the <filename>distutils</filename> class in their recipes.
</para></listitem>
- <listitem><para>Extensions that use the setuptools-based build
- systems require the
+ <listitem><para>Extensions that use build systems based on
+ <filename>setuptools</filename> require the
<link linkend='ref-classes-setuptools'><filename>setuptools</filename></link>
class in their recipes.
</para></listitem>
@@ -679,8 +679,8 @@
<filename>distutils</filename>-based build systems require
the <filename>distutils</filename> class in their recipes.
</para></listitem>
- <listitem><para>Extensions that use the setuptools3-based build
- systems require the
+ <listitem><para>Extensions that use build systems based on
+ <filename>setuptools3</filename> require the
<link linkend='ref-classes-setuptools'><filename>setuptools3</filename></link>
class in their recipes.
</para></listitem>
@@ -2691,7 +2691,8 @@
<para>
The <filename>setuptools3</filename> class supports Python
- version 3.x extensions that use setuptools3-based build systems.
+ version 3.x extensions that use build systems based on
+ <filename>setuptools3</filename>.
If your recipe uses these build systems, the recipe needs to
inherit the <filename>setuptools3</filename> class.
</para>