[OE-core] bitbake -b busted again?

Phil Blundell pb at pbcl.net
Wed Jun 29 14:48:15 UTC 2011


Using bitbake master from today, I'm now getting this error whenever I
try to do "bitbake -b anything.bb":

ERROR: Command execution failed: Traceback (most recent call last):
  File "/home/pb/oe/bitbake/lib/bb/command.py", line 102, in
runAsyncCommand
    commandmethod(self.cmds_async, self, options)
  File "/home/pb/oe/bitbake/lib/bb/command.py", line 190, in buildFile
    command.cooker.buildFile(bfile, task)
  File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 792, in buildFile
    self.status.add_from_recipeinfo(fn, info_array)
  File "/home/pb/oe/bitbake/lib/bb/cache.py", line 710, in
add_from_recipeinfo
    info.add_cacheData(self, fn)
  File "/home/pb/oe/bitbake/lib/bb/cache.py", line 182, in add_cacheData
    cachedata.task_deps[fn] = self.task_deps
AttributeError: 'CoreRecipeInfo' object has no attribute 'task_deps'

p.






More information about the Openembedded-core mailing list