bitbake: siggen: Ensure taskdata default functions exist in base class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 14:38:12 +0000 (14:38 +0000)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 26 Jul 2015 13:13:53 +0000 (10:13 -0300)
commitebbc3d57f528a96730bb97e1de5312ea84b924a6
treec45dbc34e48dd08c4ea1eaeb3b375b57503db162
parentc7274af1debbfa938edbbe67ea1cedd9a3d8253d
bitbake: siggen: Ensure taskdata default functions exist in base class

The get/set_taskdata functions are now part of the API of the class,
ensure they exist in the base class definition so the noop handler
works.

[YOCTO #7233]

(Bitbake rev: d571149cd82028c5e05cca33a3007ce1b779a654)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
bitbake/lib/bb/siggen.py