[bitbake-devel] [PATCH] runqueue: Fix setscene hard dependency problems

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Feb 13 13:18:00 UTC 2014


On 10 February 2014 23:51:18 Richard Purdie 
<richard.purdie at linuxfoundation.org> wrote:


> +
> +                    if not self.rqdata.runq_setscene.index(taskid) in 
> self.sq_harddeps:
> +                        
> self.sq_harddeps[self.rqdata.runq_setscene.index(taskid)] = set()
> +                    
> self.sq_harddeps[self.rqdata.runq_setscene.index(taskid)].add(self.rqdata.runq_setscene.index(task))

pythonic nit: setdefault ?
Thanks && cheers,

Sent with AquaMail for Android
http://www.aqua-mail.com





More information about the bitbake-devel mailing list