Benjamin Schubert pushed to branch bschubert/bst-checkout-build at BuildStream / buildstream
Commits:
-
d93bdfd4
by Benjamin Schubert at 2018-11-12T10:10:47Z
1 changed file:
Changes:
| ... | ... | @@ -657,7 +657,7 @@ def checkout(app, element, location, force, deps, integrate, hardlinks, tar): |
| 657 | 657 |
scope = Scope.RUN
|
| 658 | 658 |
elif deps == "build":
|
| 659 | 659 |
scope = Scope.BUILD
|
| 660 |
- elif scope == "none":
|
|
| 660 |
+ elif deps == "none":
|
|
| 661 | 661 |
scope = Scope.NONE
|
| 662 | 662 |
|
| 663 | 663 |
with app.initialized():
|
