summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 13:14:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:06 +0000
commitcfa459e84325297292acfbea9dc8b5331061055d (patch)
tree77da1ad7f82fd48022868f27390f340e5fcd7304 /documentation
parentec4a49bc416cd23a6dc31a5472407e19d7c3c5bc (diff)
downloadpoky-cfa459e84325297292acfbea9dc8b5331061055d.tar.gz
ref-manual: Edits to distutils class.
(From yocto-docs rev: 14aea3881586973ee49763d528c8cabc288853d8) 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.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