]> code.ossystems Code Review - openembedded-core.git/commit
cooker: bail out early if no files to build
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 1 Mar 2010 08:20:29 +0000 (09:20 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Mar 2010 15:03:46 +0000 (15:03 +0000)
commit04263dc426f2444d822915257b28393eb8ff6198
treee0d884cdea9599364a07caec84c83845910752c0
parent2f9e15afbe988a76b9581093b8bd469e275a0b9e
cooker: bail out early if no files to build

This prevents a misleading backtrace:
ERROR: no files to build.
Command execution failed: Traceback (most recent call last):
  File ".../bitbake/build/lib/bb/command.py", line 83, in runAsyncCommand
    self.cooker.updateCache()
  File ".../bitbake/build/lib/bb/cooker.py", line 779, in updateCache
    if not self.parser.parse_next():
  File ".../bitbake/build/lib/bb/cooker.py", line 969, in parse_next
    cooker.bb_cache.sync()
UnboundLocalError: local variable 'cooker' referenced before assignment

(Bitbake rev: 060ef3d957615b7eb1209dc0d01ebeb53f8c4edc)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cooker.py