From patchwork Thu Aug 2 16:52:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value from DISTRO.conf from local.conf) Date: Thu, 02 Aug 2012 16:52:15 -0000 From: Martin Jansa X-Patchwork-Id: 33731 Message-Id: <1343926335-7612-1-git-send-email-Martin.Jansa@gmail.com> To: bitbake-devel@lists.openembedded.org * added as RP said. I haven't seen any unwanted side-effects in last 2 days of using this Signed-off-by: Martin Jansa --- lib/bb/cooker.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py index 5d01af3..23fffc9 100644 --- a/lib/bb/cooker.py +++ b/lib/bb/cooker.py @@ -158,6 +158,7 @@ class BBCooker: # self.configuration.event_data = bb.data.createCopy(self.configuration.data) bb.data.update_data(self.configuration.event_data) + bb.parse.init_parser(self.configuration.event_data) # TOSTOP must not be set or our children will hang when they output fd = sys.stdout.fileno()