From 9814463a40154dbff2263571deafa8653dc84397 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: 4eab42554d1409f58cf8498e40eb32b4d91677d3) 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.