summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-27 10:22:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:31 +0000
commit8a5a6c3478f581a4c12d1a61bd8287f5cb307227 (patch)
tree5ac6f283e0acbeb057b8cac6ebc831eed669536b /documentation
parentd2d4febc89407c9f12ab053753530fa2102531d2 (diff)
downloadpoky-8a5a6c3478f581a4c12d1a61bd8287f5cb307227.tar.gz
ref-manual: Added gconf class.
(From yocto-docs rev: 85d002b3cc2beab0c47e31fa4f3bdef7570e9d73) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml15
1 files changed, 15 insertions, 0 deletions
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 @@
606 </para> 606 </para>
607</section> 607</section>
608 608
609<section id='ref-classes-gconf'>
610 <title><filename>gconf.bbclass</filename></title>
611
612 <para>
613 The GConf (<filename>gconf</filename>) class provides common
614 functionality for recipes that need to install GConf schemas.
615 The schemas will be put into a separate package
616 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>)
617 that is created automatically when this class is inherited.
618 This package uses the appropriate post-installation and post-remove
619 (postinst/postrm) scriptlets to register and unregister the schemas
620 in the target image.
621 </para>
622</section>
623
609<section id='ref-classes-pkgconfig'> 624<section id='ref-classes-pkgconfig'>
610 <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> 625 <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>
611 626