From aef5ef91b4fb09534be23f32864892c20cade474 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 05:56:48 -0600 Subject: [PATCH] ref-manual: Added pythonnative class. (From yocto-docs rev: 3cbf468049b21f2ccced662e339c6313c8eed9ee) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 42dbb5bd88..a2cdca442b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1570,6 +1570,21 @@ +
+ <filename>pythonnative.bbclass</filename> + + + The pythonnative 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. + + This class must be inherited by a recipe in order to be used. + + +
+
Python Extensions - <filename>distutils.bbclass</filename>