summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 12:01:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:30 +0000
commit9b8a8e463a66509466c1412e6e8b5a9e093dac91 (patch)
treef8b47f53896c86a0ec58de4484048f6ccf6657c2 /documentation/ref-manual/ref-classes.xml
parent3cb58633dc1ad4463bc250527b98813771a0bd48 (diff)
downloadpoky-9b8a8e463a66509466c1412e6e8b5a9e093dac91.tar.gz
ref-manual: Edits to pixbufcache and pythonnative classes.
(From yocto-docs rev: 6d2f07b23ea39e1068be97c45d334168424bccf1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b6125a5fa1..c5688b3e6e 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2090,10 +2090,10 @@
2090 </para> 2090 </para>
2091 2091
2092 <para> 2092 <para>
2093 If the pixbuf loaders modules being installed are in packages other 2093 If the pixbuf loaders being installed are in packages other
2094 than the main package, set 2094 than the recipe's main package, set
2095 <link linkend='var-PIXBUF_PACKAGES'><filename>PIXBUF_PACKAGES</filename></link> 2095 <link linkend='var-PIXBUF_PACKAGES'><filename>PIXBUF_PACKAGES</filename></link>
2096 to specify the packages containing the modules. 2096 to specify the packages containing the loaders.
2097 </para> 2097 </para>
2098</section> 2098</section>
2099 2099
@@ -2277,9 +2277,6 @@
2277 When inherited by a recipe, the <filename>pythonnative</filename> class 2277 When inherited by a recipe, the <filename>pythonnative</filename> class
2278 supports using the native version of Python built by the build system 2278 supports using the native version of Python built by the build system
2279 rather than using the version provided by the build host. 2279 rather than using the version provided by the build host.
2280 <note>
2281 This class must be inherited by a recipe in order to be used.
2282 </note>
2283 </para> 2280 </para>
2284</section> 2281</section>
2285 2282