diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 12:30:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:35 +0000 |
commit | 7853e3b445848adbc56a172e3fc103ae8f83f29b (patch) | |
tree | 1e5530c78296eaa1def722c2d5ea935c86e40b0b /documentation | |
parent | 6e91d5d201f899063ab1042ca4dea2d974933581 (diff) | |
download | poky-7853e3b445848adbc56a172e3fc103ae8f83f29b.tar.gz |
ref-manual: Edits to the setuptools class.
Some minor re-wordings here.
(From yocto-docs rev: 4f60a44520263e3ef3c885a27fcaba1ef8b63609)
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 | 4 |
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> |