]> code.ossystems Code Review - openembedded-core.git/commit
pixbufcache: Use sceneQueueComplete event to simplify usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jul 2015 16:51:42 +0000 (17:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 09:31:03 +0000 (10:31 +0100)
commitb411085fefc8582d24c172db5f6610705eb44c2f
tree6f9841d1b2e22e21128a59df4357999997c2dd4a
parentf9de9521477a1de8f6a399bcdc8260e28e34dfb3
pixbufcache: Use sceneQueueComplete event to simplify usage

Ensuring the native pixbuf cache is correct after new loaders have
been installed is tricky. This needs to be done without races
and work regardless of whether the build is from sstate or freshly
built for one or more modules.

This adds a hook into base.bbclass which is then triggered by the
code from pixbufcache. This patch is an improved version which
means base.bbclass has no pixbuf knowledge and the mechanism can
be reused in other cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/pixbufcache.bbclass