]> code.ossystems Code Review - openembedded-core.git/commit
classes: add gsettings.bbclass
authorRoss Burton <ross.burton@intel.com>
Tue, 14 Aug 2012 16:10:31 +0000 (17:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2012 13:46:09 +0000 (14:46 +0100)
commitba9d5626174c1144b83963755ef310328306c3a3
tree6697ae2e9284cd4ae4c676b00a14b98010601c96
parent163dd734d79fd7040b48b10bca6fde28460ac20c
classes: add gsettings.bbclass

This class registers postinst/postrm hooks to compile the GSetting schemas, and
adds the relevant dependencies.  If possible the postinst happens on the host to
avoid running it on the target.

[ YOCTO #2798 ]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gsettings.bbclass [new file with mode: 0644]