aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/ast.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-27 13:44:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-27 21:48:09 +0000
commit4cfca360891e1ed876a9c19487b4f6210686af26 (patch)
treef8a81cd7ab7635c9dfc42dbee03c27de1fedb2fa /lib/bb/parse/ast.py
parent34da85efb4cf76389f97d233571f79b733986ede (diff)
downloadbitbake-4cfca360891e1ed876a9c19487b4f6210686af26.tar.gz
runqueue: Ensure only recursive task dependencies are pruned
If a standalone tasks adds a dependency on X:do_build, the code in runqueue would currently remove it if that do_build was part of an image recipe which uses recrdeptask on do_build. Such individual tasks shouldn't do this, therefore tweak the recursive reference code to only process recurseive tasks, not all tasks. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/parse/ast.py')
0 files changed, 0 insertions, 0 deletions