]> code.ossystems Code Review - openembedded-core.git/commit
lib/sstatesig: Fix class inheritance problems
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2019 13:11:30 +0000 (14:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:18:42 +0000 (13:18 +0100)
commit73d3414ecf594e426e6024b71931038a201eca52
treeffea03ad2755eee66ccf716d3b917e047ea9d6f5
parente58eaf5b8c93521dc311b77593e0dd7debca602d
lib/sstatesig: Fix class inheritance problems

The locked sigs class needs to be inherited after the hashequiv mixin so
that get_unihash can correctly wrap the underlying hashequiv function.

To do this turn the locked sigs class into a second mixin, then the order
can be correctly handled. Tweak the get/set_taskdata to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py