From d55db7b0582d17bb998a9254185702b8807bedc6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 31 Mar 2012 08:07:38 +0100 Subject: bitbake/cooker.py: Bring into sync with upstream bitbake (trivial difference) Signed-off-by: Richard Purdie --- bitbake/lib/bb/cooker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 75c77b7112..dea0aadbee 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py @@ -178,7 +178,7 @@ class BBCooker: self.configuration.data = bb.data.init() if not self.server_registration_cb: - bb.data.setVar("BB_WORKERCONTEXT", "1", self.configuration.data) + self.configuration.data.setVar("BB_WORKERCONTEXT", "1") filtered_keys = bb.utils.approved_variables() bb.data.inheritFromOS(self.configuration.data, self.savedenv, filtered_keys) -- cgit v1.2.3-54-g00ecf