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:17:46 +0000
commit6bb0173d909ef2e47c8622fc9b7fbecf0ae58c2c (patch)
tree59c1d36034b51dc07b82f21ef19203fe5703509b /documentation/ref-manual/ref-variables.xml
parenteb48cd7b5617c73bfe3250a90f9eeda0b41d4bd2 (diff)
downloadpoky-6bb0173d909ef2e47c8622fc9b7fbecf0ae58c2c.tar.gz
ref-manual: Added pixbufcache class and PIXBUF_PACKAGES variable.
(From yocto-docs rev: 88186f1a694b655d92f936935743759788e834f6) 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>