ref-manual: Added pythonnative class.

(From yocto-docs rev: 7b7215b3a6252196802f4ce372e39d37916c0487)

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 aedf61f154
commit cde35ece6a

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>