From f4efad340eae012b62f0960777a0e4bd0d0b29d1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Dec 2013 08:00:31 -0600 Subject: ref-manual: Review edits to classes "E" through "G" extrausers - Changed the note to try and describe that the change is still specific to an image recipe but is not tied to other individual recipes. fontcache - Minor fix. gtk-icon-cache - fixed capitalization issue. gtk-immodules-cache - Minor fix gzipnative - Minor fix. (From yocto-docs rev: bc25a62de2345b7ec0b2b019ff399921ec6edd0a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 965302f778..9a095a21bc 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -677,11 +677,11 @@ The user and group operations added using the extrausers class are not tied to a specific - recipe but can be performed across the image as a whole. - See the + recipe outside of the recipe for the image. + Thus, the operations can be performed across the image as a whole. + Use the useradd - class for information on how to add user and group configuration - to a specific recipe. + class to add user and group configuration to a specific recipe. @@ -720,7 +720,7 @@ If the fonts being installed are in packages other than the main package, set FONT_PACKAGES - to include the packages containing the fonts. + to specify the packages containing the fonts. @@ -762,8 +762,7 @@ gtk-icon-cache, gconf and mime classes. - The class also disables GLib Object System (Gobject) introspection - where applicable. + The class also disables Gobject introspection where applicable. @@ -853,7 +852,7 @@ The gtk-icon-cache class - Generates the proper post-install and post-remove (postinst/postrm) + generates the proper post-install and post-remove (postinst/postrm) scriptlets for packages that use GTK+ and install icons. These scriptlets call gtk-update-icon-cache to add the fonts to GTK+'s icon cache. @@ -884,7 +883,7 @@ If the input method modules being installed are in packages other than the main package, set GTKIMMODULES_PACKAGES - to include the packages containing the modules. + to specify the packages containing the modules. @@ -894,7 +893,8 @@ The gzipnative class enables the use of native versions of gzip - and pigz rather than the system versions. + and pigz rather than the versions of these tools + from the build host. -- cgit v1.2.3-54-g00ecf