summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 12:00:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:30 +0000
commit3cb58633dc1ad4463bc250527b98813771a0bd48 (patch)
tree31cca2e5172d4537c3649f00cb1ef94908e65057 /documentation/ref-manual/ref-variables.xml
parentacf18e52dc094933567995d5dc5ac33b41723b55 (diff)
downloadpoky-3cb58633dc1ad4463bc250527b98813771a0bd48.tar.gz
ref-manual: Edits to the PIXBUF_PACKAGES variable.
(From yocto-docs rev: 67be82a0c3952c0bf155abf5ad728bd5b1b95fc9) 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.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 262fd0b39a..9af4250e27 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4770,15 +4770,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4770 When a recipe inherits the 4770 When a recipe inherits the
4771 <link linkend='ref-classes-pixbufcache'><filename>pixbufcache</filename></link> 4771 <link linkend='ref-classes-pixbufcache'><filename>pixbufcache</filename></link>
4772 class, this variable identifies packages that contain 4772 class, this variable identifies packages that contain
4773 the pixbuf loader modules used with 4773 the pixbuf loaders used with
4774 <filename>gdk-pixbuf</filename> that the OpenEmbedded build 4774 <filename>gdk-pixbuf</filename> that the OpenEmbedded build
4775 system installs. 4775 system installs.
4776 By default, the <filename>pixbufcache</filename> class 4776 By default, the <filename>pixbufcache</filename> class
4777 assumes that the loader modules appear in the main package 4777 assumes that the loaders are in the recipe's main package
4778 (i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>). 4778 (i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>).
4779 Use this variable if the modules that have the pixbuf 4779 Use this variable if the loaders you need are in a package
4780 loader you need appear in a package other than that main 4780 other than that main package.
4781 package.
4782 </para> 4781 </para>
4783 </glossdef> 4782 </glossdef>
4784 </glossentry> 4783 </glossentry>