summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 14:21:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:49 +0000
commit56429d320396505160d33bb93396195138358cbc (patch)
tree09fa498ed93ce4f2de18729266efa32605fe62e3 /documentation/ref-manual/ref-variables.xml
parent4ec758acd36be0c9dc68c11881b5d8d01b2655fd (diff)
downloadpoky-56429d320396505160d33bb93396195138358cbc.tar.gz
ref-manual: Added pixbufcache class and PIXBUF_PACKAGES variable.
(From yocto-docs rev: ed3ab4984b57608a7922e55c4d87401f9795352f) 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-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5e3edcd937..fccffe77bb 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4646,6 +4646,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4646 </glossdef> 4646 </glossdef>
4647 </glossentry> 4647 </glossentry>
4648 4648
4649 <glossentry id='var-PIXBUF_PACKAGES'><glossterm>PIXBUF_PACKAGES</glossterm>
4650 <glossdef>
4651 <para>
4652 When a recipe inherits the
4653 <link linkend='ref-classes-pixbufcache'><filename>pixbufcache</filename></link>
4654 class, this variable identifies packages that contain
4655 the pixbuf loaders modules used with
4656 <filename>gdk-pixbuf</filename> that the OpenEmbedded build
4657 system installs.
4658 By default, these modules appear in the main package
4659 (i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>).
4660 Use this variable if the modules that have the pixbuf
4661 loaders you need appear in a package other than that main
4662 package.
4663 </para>
4664 </glossdef>
4665 </glossentry>
4666
4649 <glossentry id='var-PKGD'><glossterm>PKGD</glossterm> 4667 <glossentry id='var-PKGD'><glossterm>PKGD</glossterm>
4650 <glossdef> 4668 <glossdef>
4651 <para> 4669 <para>