diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-11 07:23:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:40 +0000 |
commit | 0091385f3f2dd2366b2688bb0619204ac77689f7 (patch) | |
tree | 88247c319008222948f2176e81120e28edc70cc1 /documentation | |
parent | 26556a0a99d11412adf60c0be9b01ddd885faca0 (diff) | |
download | poky-0091385f3f2dd2366b2688bb0619204ac77689f7.tar.gz |
ref-manual: Edits to setuptools class.
Review edits from Paul.
(From yocto-docs rev: b60ea90236a614eb4ab3a1604383ae7161e0e8e5)
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c197967b64..7695a75429 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2512,7 +2512,7 @@ | |||
2512 | 2512 | ||
2513 | <para> | 2513 | <para> |
2514 | The <filename>setuptools</filename> class supports Python extensions | 2514 | The <filename>setuptools</filename> class supports Python extensions |
2515 | that use setuptools-based build systems making use of Python. | 2515 | that use setuptools-based build systems. |
2516 | If your recipe uses these build systems, the recipe needs to | 2516 | If your recipe uses these build systems, the recipe needs to |
2517 | inherit the <filename>setuptools</filename> class. | 2517 | inherit the <filename>setuptools</filename> class. |
2518 | </para> | 2518 | </para> |