ref-manual: Added pythonnative class.

(From yocto-docs rev: 3cbf468049b21f2ccced662e339c6313c8eed9ee)

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-04 05:56:48 -06:00 committed by Richard Purdie
parent fd7683133e
commit aef5ef91b4
1 changed files with 15 additions and 0 deletions

View File

@ -1570,6 +1570,21 @@
</para>
</section>
<section id='ref-classes-pythonnative'>
<title><filename>pythonnative.bbclass</filename></title>
<para>
The <filename>pythonnative</filename> causes the OpenEmbedded build
system to use the native version of Python, which is built by the
build system.
Normally, the OpenEmbedded build system uses the version of Python
that is built by the build host.
<note>
This class must be inherited by a recipe in order to be used.
</note>
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>