diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 12:56:04 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:36 +0000 |
commit | 3f81865337b9f67e358b10169f5f0cdca2f7ff71 (patch) | |
tree | dd4eec8c876a7a21726e53fd88abe36e01d54691 /documentation | |
parent | 16626c386c58420604ba9dc01ae4d3ebc6868749 (diff) | |
download | poky-3f81865337b9f67e358b10169f5f0cdca2f7ff71.tar.gz |
ref-manual: Edits to FONT_PACKAGES variable.
(From yocto-docs rev: 853d222ddb1e802c25f6747b28bff24c610bb4df)
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.xml | 8 |
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> |