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

View File

@ -650,12 +650,12 @@
<title><filename>gconf.bbclass</filename></title>
<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.
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
This package uses the appropriate post-install and post-remove
(postinst/postrm) scriptlets to register and unregister the schemas
in the target image.
</para>