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>
This commit is contained in:
Scott Rifenbark 2013-12-05 13:21:34 -06:00 committed by Richard Purdie
parent f1751a9676
commit fac71e1909
1 changed files with 2 additions and 2 deletions

View File

@ -650,12 +650,12 @@
<title><filename>gconf.bbclass</filename></title> <title><filename>gconf.bbclass</filename></title>
<para> <para>
The GConf (<filename>gconf</filename>) class provides common The <filename>gconf</filename> class provides common
functionality for recipes that need to install GConf schemas. functionality for recipes that need to install GConf schemas.
The schemas will be put into a separate package The schemas will be put into a separate package
(<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>) (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>)
that is created automatically when this class is inherited. that is created automatically when this class is inherited.
This package uses the appropriate post-installation and post-remove This package uses the appropriate post-install and post-remove
(postinst/postrm) scriptlets to register and unregister the schemas (postinst/postrm) scriptlets to register and unregister the schemas
in the target image. in the target image.
</para> </para>