summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 12:30:55 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:31 +0000
commit82abb2325d5f29497c17a9e77743e54e8cae9c26 (patch)
tree5560f43a4794cd7732cd556b47edb325a5257a13 /documentation/ref-manual/ref-classes.xml
parent374e582d63703cca4290451c3d59fb89bea1e10f (diff)
downloadpoky-82abb2325d5f29497c17a9e77743e54e8cae9c26.tar.gz
ref-manual: Edits to the setuptools class.
Some minor re-wordings here. (From yocto-docs rev: 73129359d2f1425f68f5801525b42f3efda206d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e53eaf9db6..315ec651dd 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2486,8 +2486,8 @@
2486 <title><filename>setuptools.bbclass</filename></title> 2486 <title><filename>setuptools.bbclass</filename></title>
2487 2487
2488 <para> 2488 <para>
2489 The <filename>setuptools</filename> class supports extensions that use 2489 The <filename>setuptools</filename> class supports Python extensions
2490 setuptools-based build systems making use of Python. 2490 that use setuptools-based build systems making use of Python.
2491 If your recipe uses these build systems, the recipe needs to 2491 If your recipe uses these build systems, the recipe needs to
2492 inherit the <filename>setuptools</filename> class. 2492 inherit the <filename>setuptools</filename> class.
2493 </para> 2493 </para>