diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-27 21:32:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-08 21:28:19 +0100 |
commit | 7771bb93b2a2b2b9ef6835785d51fb2bfe1ea584 (patch) | |
tree | 27c67f82e341a08b6a6a32bf96dda0bf955195a2 /docs/manual | |
parent | 7e1eec49a520081835e305f071c96eca0d4fd33e (diff) | |
download | buildroot-7771bb93b2a2b2b9ef6835785d51fb2bfe1ea584.tar.gz buildroot-7771bb93b2a2b2b9ef6835785d51fb2bfe1ea584.zip |
graph-depends: fix handling of "virtual" in exclude_list
The condition to determine if a virtual package should be excluded
from the list due to "virtual" being passed in --exclude is under a
loop iterating over each entry of the exclude_list, but it doesn't use
the iterator of this list.
Indeed, the condition contains:
"virtual" in exclude_list
which checks automatically if "virtual" was passed in the list. Due to
this, there is no need for this check to be within the "for p in
exclude_list" iteration. This commit fixes that by moving the check
outside of the loop.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
0 files changed, 0 insertions, 0 deletions