From: Richard Purdie Date: Wed, 4 Aug 2010 14:38:35 +0000 (+0100) Subject: cooker.py: Fix case of -b option with a full filepath X-Git-Tag: 2011-1~5001 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=16d299c6ce7df1e96a17488a386f286bea487500;p=openembedded-core.git cooker.py: Fix case of -b option with a full filepath Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 0992ec4c2e..ad1d6023fd 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py @@ -588,11 +588,11 @@ class BBCooker: """ bf = os.path.abspath(buildfile) + (filelist, masked) = self.collect_bbfiles() try: os.stat(bf) return [bf] except OSError: - (filelist, masked) = self.collect_bbfiles() regexp = re.compile(buildfile) matches = [] for f in filelist: