]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: cooker/siggen: Reset siggen when reparsing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Aug 2017 19:44:36 +0000 (20:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Aug 2017 08:28:14 +0000 (09:28 +0100)
commitea9fff4bd030266290e7f7aeef83603a02d35ae1
tree9f496ec39900d9c6b947d31b91d2f5f23998bc06
parentbb81ff1343d8d6213f0418fd18b10312c96c4617
bitbake: cooker/siggen: Reset siggen when reparsing

If we don't do this, we get basehash mismatch errors occurring from the reparse
which would then set bitbake's error exit code.

This for example would cause oe-selftest -r bbtests.BitbakeTests.test_bbappend_order
to fail with a non-zero BB_SERVER_TIMEOUT.

(Bitbake rev: e4c6ca9440f63761560b49bbe12654441f54687e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/siggen.py