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>
This commit is contained in:
Scott Rifenbark 2013-12-10 12:01:12 -06:00 committed by Richard Purdie
parent 3cb58633dc
commit 9b8a8e463a
1 changed files with 3 additions and 6 deletions

View File

@ -2090,10 +2090,10 @@
</para> </para>
<para> <para>
If the pixbuf loaders modules being installed are in packages other If the pixbuf loaders being installed are in packages other
than the main package, set than the recipe's main package, set
<link linkend='var-PIXBUF_PACKAGES'><filename>PIXBUF_PACKAGES</filename></link> <link linkend='var-PIXBUF_PACKAGES'><filename>PIXBUF_PACKAGES</filename></link>
to specify the packages containing the modules. to specify the packages containing the loaders.
</para> </para>
</section> </section>
@ -2277,9 +2277,6 @@
When inherited by a recipe, the <filename>pythonnative</filename> class When inherited by a recipe, the <filename>pythonnative</filename> class
supports using the native version of Python built by the build system supports using the native version of Python built by the build system
rather than using the version provided by the build host. rather than using the version provided by the build host.
<note>
This class must be inherited by a recipe in order to be used.
</note>
</para> </para>
</section> </section>