summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 13:21:34 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:03 +0000
commitfac71e1909a5df10faf58abc58f2788a902bf8ac (patch)
treeaf458f6e5a4c25af36d5305b8cca757683a59857 /documentation/ref-manual/ref-classes.xml
parentf1751a96765c168377038925bc9702433bedad19 (diff)
downloadpoky-fac71e1909a5df10faf58abc58f2788a902bf8ac.tar.gz
ref-manual: Edits to gconf class.
(From yocto-docs rev: c2643fd1075817392bb324a0e92466e7995b2e2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 646a9d44fe..087fde1c33 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -650,12 +650,12 @@
650 <title><filename>gconf.bbclass</filename></title> 650 <title><filename>gconf.bbclass</filename></title>
651 651
652 <para> 652 <para>
653 The GConf (<filename>gconf</filename>) class provides common 653 The <filename>gconf</filename> class provides common
654 functionality for recipes that need to install GConf schemas. 654 functionality for recipes that need to install GConf schemas.
655 The schemas will be put into a separate package 655 The schemas will be put into a separate package
656 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>) 656 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>)
657 that is created automatically when this class is inherited. 657 that is created automatically when this class is inherited.
658 This package uses the appropriate post-installation and post-remove 658 This package uses the appropriate post-install and post-remove
659 (postinst/postrm) scriptlets to register and unregister the schemas 659 (postinst/postrm) scriptlets to register and unregister the schemas
660 in the target image. 660 in the target image.
661 </para> 661 </para>