summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:19:07 +0000
commit87330b37fddbfd5f6aa4af216d2538757fb2dbae (patch)
treec0cd0abb8949fe59eac98ef2adc2260c6f975bee /documentation/ref-manual
parent07d0b04bb4189e9274d562654222139728863cfe (diff)
downloadpoky-87330b37fddbfd5f6aa4af216d2538757fb2dbae.tar.gz
ref-manual: Edits to gconf class.
(From yocto-docs rev: 206903bdb281f6b9563490505b5ced8c2e6d106c) 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')
-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>