summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 12:56:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:32 +0000
commit948f2fac0735b0c78a53eb74f557126e770d152a (patch)
tree93c0bbebad464851cbceb4d735a9f30b6ea44e5b /documentation
parentcfff1d696d1b762d6630006b4d29ff75e7d51c55 (diff)
downloadpoky-948f2fac0735b0c78a53eb74f557126e770d152a.tar.gz
ref-manual: Edits to FONT_PACKAGES variable.
(From yocto-docs rev: 4f0cd82ee07f88a572560bdbc8edfe5450329f43) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9af4250e27..cf08dbe0a7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2166,12 +2166,12 @@
2166 <para> 2166 <para>
2167 When a recipe inherits the 2167 When a recipe inherits the
2168 <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> 2168 <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link>
2169 class, this variable identifies packages that contain fonts 2169 class, this variable identifies packages containing font
2170 the OpenEmbedded build system installs. 2170 files that need to be cached by Fontconfig.
2171 By default, the <filename>fontcache</filename> class assumes 2171 By default, the <filename>fontcache</filename> class assumes
2172 that fonts appear in the main package 2172 that fonts are in the recipe's main package
2173 (i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>). 2173 (i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>).
2174 Use this variable if fonts you need appear in a package 2174 Use this variable if fonts you need are in a package
2175 other than that main package. 2175 other than that main package.
2176 </para> 2176 </para>
2177 </glossdef> 2177 </glossdef>