ref-manual: Added gconf class.

(From yocto-docs rev: 8f0c43b15f47344a8b42be954af097ab1bdfbabe)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-11-27 10:22:38 -08:00 committed by Richard Purdie
parent 48cef6ad6b
commit 1fcdab9145
1 changed files with 15 additions and 0 deletions

View File

@ -606,6 +606,21 @@
</para>
</section>
<section id='ref-classes-gconf'>
<title><filename>gconf.bbclass</filename></title>
<para>
The GConf (<filename>gconf</filename>) class provides common
functionality for recipes that need to install GConf schemas.
The schemas will be put into a separate package
(<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>)
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.
</para>
</section>
<section id='ref-classes-pkgconfig'>
<title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>