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 14:12:51 +0000 (15:12 +0100)
commit3f3fd559a29c7765996b19c387827ec4591845c0
treee2c0d308834a870b0e83a67a2d9fe308a00728fe
parentc1ab2f098155bbb8970dd1a0e1f8552ca154a0c3
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 ]

(From OE-Core rev: ba9d5626174c1144b83963755ef310328306c3a3)

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