diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2014-01-17 14:13:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-18 23:29:07 +0000 |
| commit | 5e5a7fc37c65688c7e7a57e73268fab93a367143 (patch) | |
| tree | 86af8e8b9e4f024c9a82dbb8bf258bfcd90f84d8 /bitbake/lib/bb/siggen.py | |
| parent | 7b580cd25c09f178515282ad7b74de7e8672374e (diff) | |
| download | poky-5e5a7fc37c65688c7e7a57e73268fab93a367143.tar.gz | |
bitbake: SignatureGenerator: Add empty implementation for dump_sigs
* bitbake -S throws exception when 'noop' signature handler is used
[YOCTO #5738]
(Bitbake rev: 53352e8d388b7fc4da73f95b93dcc087e76d0426)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
| -rw-r--r-- | bitbake/lib/bb/siggen.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index bb8203df05..9db29a2ecf 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
| @@ -57,6 +57,8 @@ class SignatureGenerator(object): | |||
| 57 | def invalidate_task(self, task, d, fn): | 57 | def invalidate_task(self, task, d, fn): |
| 58 | bb.build.del_stamp(task, d, fn) | 58 | bb.build.del_stamp(task, d, fn) |
| 59 | 59 | ||
| 60 | def dump_sigs(self, dataCache): | ||
| 61 | return | ||
| 60 | 62 | ||
| 61 | class SignatureGeneratorBasic(SignatureGenerator): | 63 | class SignatureGeneratorBasic(SignatureGenerator): |
| 62 | """ | 64 | """ |
