From 86a44bbd9968990072953cc194aaecb22a034839 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 13:14:04 -0600 Subject: [PATCH] ref-manual: Edits to distutils class. (From yocto-docs rev: 97c5d2a4e5e8b1e6495cd79a47bd2e2155cd246c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 +++++++----- 1 file 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 @@
- Python Extensions - <filename>distutils.bbclass</filename> + <filename>distutils.bbclass</filename> - Recipes for Python extensions are simple. - These recipes usually only need to point to the source's archive and then inherit - the proper .bbclass file. - Building is split into two methods depending on which method the module authors used. + The distutils class supports recipes for Python + extensions, which are simple. + These recipes usually only need to point to the source's archive and + then inherit the proper class. + Building is split into two methods depending on which method the + module authors used. Extensions that use an Autotools-based build system require Autotools and