From 9eabe587f1b44a2131bbbf04a9ea12f31697cdf3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 13:24:45 -0600 Subject: [PATCH] ref-manual: Edits to gsettings class. (From yocto-docs rev: 509b68dc2c69416a2fc028ce3e4cf392520b3431) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 4 ++-- 1 file 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 @@ <filename>gsettings.bbclass</filename> - The GSettings (gsettings) class + The gsettings class provides common functionality for recipes that need to install GSettings (glib) schemas. The schemas are assumed to be part of the main package. - Appropriate post-installation and post-remove (postinst/postrm) + Appropriate post-install and post-remove (postinst/postrm) scriptlets are added to register and unregister the schemas in the target image.