1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

ref-manual: Edits to distutils class.

(From yocto-docs rev: 97c5d2a4e5e8b1e6495cd79a47bd2e2155cd246c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-12-05 13:14:04 -06:00
committed by Richard Purdie
parent 66946cc026
commit 86a44bbd99
+7 -5
View File
@@ -558,13 +558,15 @@
</section> </section>
<section id='ref-classes-distutils'> <section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title> <title><filename>distutils.bbclass</filename></title>
<para> <para>
Recipes for Python extensions are simple. The <filename>distutils</filename> class supports recipes for Python
These recipes usually only need to point to the source's archive and then inherit extensions, which are simple.
the proper <filename>.bbclass</filename> file. These recipes usually only need to point to the source's archive and
Building is split into two methods depending on which method the module authors used. then inherit the proper class.
Building is split into two methods depending on which method the
module authors used.
<itemizedlist> <itemizedlist>
<listitem><para>Extensions that use an Autotools-based build system <listitem><para>Extensions that use an Autotools-based build system
require Autotools and require Autotools and