From 1fcdab9145cb9035a0fd2a2ac064135153ae70f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Nov 2013 10:22:38 -0800 Subject: [PATCH] ref-manual: Added gconf class. (From yocto-docs rev: 8f0c43b15f47344a8b42be954af097ab1bdfbabe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5aae51eef4..51e3c35814 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -606,6 +606,21 @@ +
+ <filename>gconf.bbclass</filename> + + + The GConf (gconf) class provides common + functionality for recipes that need to install GConf schemas. + The schemas will be put into a separate package + (${PN}-gconf) + that is created automatically when this class is inherited. + This package uses the appropriate post-installation and post-remove + (postinst/postrm) scriptlets to register and unregister the schemas + in the target image. + +
+
Pkg-config - <filename>pkgconfig.bbclass</filename>