diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-09 08:00:31 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:29 +0000 | 
| commit | 3a9d7760f88ca159dc840851e9f55f6d619d6ee5 (patch) | |
| tree | fe4947d594d65e548bbcb6a0b178e93d89502e4a | |
| parent | 3224ec9b9854fce428a8b9cfe71b400393c1cf96 (diff) | |
| download | poky-3a9d7760f88ca159dc840851e9f55f6d619d6ee5.tar.gz | |
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: 8cf810bf7b1c030c831205526303af7dd73cf6be)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 20 | 
1 files changed, 10 insertions, 10 deletions
| 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 @@ | |||
| 677 | <note> | 677 | <note> | 
| 678 | The user and group operations added using the | 678 | The user and group operations added using the | 
| 679 | <filename>extrausers</filename> class are not tied to a specific | 679 | <filename>extrausers</filename> class are not tied to a specific | 
| 680 | recipe but can be performed across the image as a whole. | 680 | recipe outside of the recipe for the image. | 
| 681 | See the | 681 | Thus, the operations can be performed across the image as a whole. | 
| 682 | Use the | ||
| 682 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 683 | <link linkend='ref-classes-useradd'><filename>useradd</filename></link> | 
| 683 | class for information on how to add user and group configuration | 684 | class to add user and group configuration to a specific recipe. | 
| 684 | to a specific recipe. | ||
| 685 | </note> | 685 | </note> | 
| 686 | </para> | 686 | </para> | 
| 687 | 687 | ||
| @@ -720,7 +720,7 @@ | |||
| 720 | If the fonts being installed are in packages other than the main | 720 | If the fonts being installed are in packages other than the main | 
| 721 | package, set | 721 | package, set | 
| 722 | <link linkend='var-FONT_PACKAGES'><filename>FONT_PACKAGES</filename></link> | 722 | <link linkend='var-FONT_PACKAGES'><filename>FONT_PACKAGES</filename></link> | 
| 723 | to include the packages containing the fonts. | 723 | to specify the packages containing the fonts. | 
| 724 | </para> | 724 | </para> | 
| 725 | </section> | 725 | </section> | 
| 726 | 726 | ||
| @@ -762,8 +762,7 @@ | |||
| 762 | <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>, | 762 | <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>, | 
| 763 | <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and | 763 | <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and | 
| 764 | <link linkend='ref-classes-mime'><filename>mime</filename></link> classes. | 764 | <link linkend='ref-classes-mime'><filename>mime</filename></link> classes. | 
| 765 | The class also disables GLib Object System (Gobject) introspection | 765 | The class also disables Gobject introspection where applicable. | 
| 766 | where applicable. | ||
| 767 | </para> | 766 | </para> | 
| 768 | </section> | 767 | </section> | 
| 769 | 768 | ||
| @@ -853,7 +852,7 @@ | |||
| 853 | 852 | ||
| 854 | <para> | 853 | <para> | 
| 855 | The <filename>gtk-icon-cache</filename> class | 854 | The <filename>gtk-icon-cache</filename> class | 
| 856 | Generates the proper post-install and post-remove (postinst/postrm) | 855 | generates the proper post-install and post-remove (postinst/postrm) | 
| 857 | scriptlets for packages that use GTK+ and install icons. | 856 | scriptlets for packages that use GTK+ and install icons. | 
| 858 | These scriptlets call <filename>gtk-update-icon-cache</filename> to add | 857 | These scriptlets call <filename>gtk-update-icon-cache</filename> to add | 
| 859 | the fonts to GTK+'s icon cache. | 858 | the fonts to GTK+'s icon cache. | 
| @@ -884,7 +883,7 @@ | |||
| 884 | If the input method modules being installed are in packages other than | 883 | If the input method modules being installed are in packages other than | 
| 885 | the main package, set | 884 | the main package, set | 
| 886 | <link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link> | 885 | <link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link> | 
| 887 | to include the packages containing the modules. | 886 | to specify the packages containing the modules. | 
| 888 | </para> | 887 | </para> | 
| 889 | </section> | 888 | </section> | 
| 890 | 889 | ||
| @@ -894,7 +893,8 @@ | |||
| 894 | <para> | 893 | <para> | 
| 895 | The <filename>gzipnative</filename> | 894 | The <filename>gzipnative</filename> | 
| 896 | class enables the use of native versions of <filename>gzip</filename> | 895 | class enables the use of native versions of <filename>gzip</filename> | 
| 897 | and <filename>pigz</filename> rather than the system versions. | 896 | and <filename>pigz</filename> rather than the versions of these tools | 
| 897 | from the build host. | ||
| 898 | </para> | 898 | </para> | 
| 899 | </section> | 899 | </section> | 
| 900 | 900 | ||
