diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 13:24:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:08 +0000 |
commit | 9eabe587f1b44a2131bbbf04a9ea12f31697cdf3 (patch) | |
tree | 346f5728200c45b41d6c4115b884b080314f10cd | |
parent | d1e046a3b5d68fe3de57398f1d6fb9ec7b545761 (diff) | |
download | poky-9eabe587f1b44a2131bbbf04a9ea12f31697cdf3.tar.gz |
ref-manual: Edits to gsettings class.
(From yocto-docs rev: 509b68dc2c69416a2fc028ce3e4cf392520b3431)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 88a3b517bb..1fb91ecd5b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -749,11 +749,11 @@ | |||
749 | <title><filename>gsettings.bbclass</filename></title> | 749 | <title><filename>gsettings.bbclass</filename></title> |
750 | 750 | ||
751 | <para> | 751 | <para> |
752 | The GSettings (<filename>gsettings</filename>) class | 752 | The <filename>gsettings</filename> class |
753 | provides common functionality for recipes that need to install | 753 | provides common functionality for recipes that need to install |
754 | GSettings (glib) schemas. | 754 | GSettings (glib) schemas. |
755 | The schemas are assumed to be part of the main package. | 755 | The schemas are assumed to be part of the main package. |
756 | Appropriate post-installation and post-remove (postinst/postrm) | 756 | Appropriate post-install and post-remove (postinst/postrm) |
757 | scriptlets are added to register and unregister the schemas in the | 757 | scriptlets are added to register and unregister the schemas in the |
758 | target image. | 758 | target image. |
759 | </para> | 759 | </para> |