From f7afeeb75993b159bb8959e0309bc5eb3978a8fb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 12 May 2013 18:00:39 +0100 Subject: bitbake: bitbake-layers/tinfoil: Catch up with status -> recpiecache rename (Bitbake rev: 0a9cbe7a6a17c5df38cd442ee8650097d6bbf502) Signed-off-by: Richard Purdie --- bitbake/lib/bb/tinfoil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index cb53f3e54f..3379853628 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py @@ -71,13 +71,13 @@ class Tinfoil: self.logger.setLevel(logging.INFO) sys.stderr.write("done.\n") - self.cooker_data = self.cooker.status + self.cooker_data = self.cooker.recpiecache def prepare(self, config_only = False): if not self.cooker_data: if config_only: self.cooker.parseConfiguration() - self.cooker_data = self.cooker.status + self.cooker_data = self.cooker.recpiecache else: self.parseRecipes() -- cgit v1.2.3-54-g00ecf