generic-poky/bitbake/lib/bb/parse
Christopher Larson 383450c78a bitbake: build: delete tasks thoroughly
We want addtask to be able to bring back a deleted task, but we don't want its
previous dependencies to come back with it, so rather than marking a task as
deleted and then skipping tasks marked as such, actually delete the task and
its dependency information in deltask.

While we're in that part of the code, also fix a couple 'not foo in bar'
instances to 'foo not in bar', which is preferred in python.

(Bitbake rev: 94b3f3d6bdfbfa47f7eb3c3de64940a145b2ddd1)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-03 12:33:08 +01:00
..
parse_py bitbake: bb.parse: properly error out on filesystem errors 2015-08-01 22:24:20 +01:00
__init__.py bitbake: lib/bb/parse: properly handle OSError when updating mtime cache 2015-08-19 18:05:48 +01:00
ast.py bitbake: build: delete tasks thoroughly 2015-09-03 12:33:08 +01:00