summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f94ae2f9ed..5fc7be9c26 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -558,13 +558,15 @@
558</section> 558</section>
559 559
560<section id='ref-classes-distutils'> 560<section id='ref-classes-distutils'>
561 <title>Python Extensions - <filename>distutils.bbclass</filename></title> 561 <title><filename>distutils.bbclass</filename></title>
562 562
563 <para> 563 <para>
564 Recipes for Python extensions are simple. 564 The <filename>distutils</filename> class supports recipes for Python
565 These recipes usually only need to point to the source's archive and then inherit 565 extensions, which are simple.
566 the proper <filename>.bbclass</filename> file. 566 These recipes usually only need to point to the source's archive and
567 Building is split into two methods depending on which method the module authors used. 567 then inherit the proper class.
568 Building is split into two methods depending on which method the
569 module authors used.
568 <itemizedlist> 570 <itemizedlist>
569 <listitem><para>Extensions that use an Autotools-based build system 571 <listitem><para>Extensions that use an Autotools-based build system
570 require Autotools and 572 require Autotools and