From 948f2fac0735b0c78a53eb74f557126e770d152a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 12:56:04 -0600 Subject: [PATCH] ref-manual: Edits to FONT_PACKAGES variable. (From yocto-docs rev: 4f0cd82ee07f88a572560bdbc8edfe5450329f43) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file 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 @@ When a recipe inherits the fontcache - 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 fontcache class assumes - that fonts appear in the main package + that fonts are in the recipe's main package (i.e. ${PN}). - 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.