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>
This commit is contained in:
Scott Rifenbark 2013-12-10 12:56:04 -06:00 committed by Richard Purdie
parent cfff1d696d
commit 948f2fac07
1 changed files with 4 additions and 4 deletions

View File

@ -2166,12 +2166,12 @@
<para>
When a recipe inherits the
<link linkend='ref-classes-fontcache'><filename>fontcache</filename></link>
class, this variable identifies packages that contain fonts
the OpenEmbedded build system installs.
class, this variable identifies packages containing font
files that need to be cached by Fontconfig.
By default, the <filename>fontcache</filename> class assumes
that fonts appear in the main package
that fonts are in the recipe's main package
(i.e. <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>).
Use this variable if fonts you need appear in a package
Use this variable if fonts you need are in a package
other than that main package.
</para>
</glossdef>