diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index e27763ecab..daffe67540 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1566,6 +1566,8 @@ class BBCooker: | |||
1566 | def clientComplete(self): | 1566 | def clientComplete(self): |
1567 | """Called when the client is done using the server""" | 1567 | """Called when the client is done using the server""" |
1568 | self.finishcommand() | 1568 | self.finishcommand() |
1569 | self.databuilder.reset() | ||
1570 | self.data = self.databuilder.data | ||
1569 | 1571 | ||
1570 | def server_main(cooker, func, *args): | 1572 | def server_main(cooker, func, *args): |
1571 | cooker.pre_serve() | 1573 | cooker.pre_serve() |