]> code.ossystems Code Review - openembedded-core.git/commit
contacts.inc: conditionally install shema
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Mar 2012 07:01:42 +0000 (15:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Mar 2012 12:23:11 +0000 (13:23 +0100)
commit674fa286d882ff94830cbf748e3f5abc63a5575a
tree723b8622c0302b3fa39c9b07f65dc4d3c34b13ed
parentd60b918186cadde05f2cde5b64d5b593ee0a6aba
contacts.inc: conditionally install shema

Install schema should respect to GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL,
If GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, the schema should not
be installed, but it always installed shema before, this was incorrect
and it would cause host contamination since it would read
$HOME/gconf/.gconf.

[YOCTO #2178]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/pimlico/contacts.inc
meta/recipes-sato/pimlico/contacts/contacts-conditionally-install-schema.patch [new file with mode: 0644]