diff options
Diffstat (limited to 'bitbake/lib/bb/utils.py')
| -rw-r--r-- | bitbake/lib/bb/utils.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index a2a5ff6cfd..9702c8c204 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
| @@ -85,11 +85,11 @@ def explode_deps(s): | |||
| 85 | for i in l: | 85 | for i in l: |
| 86 | if i[0] == '(': | 86 | if i[0] == '(': |
| 87 | flag = True | 87 | flag = True |
| 88 | j = [] | 88 | #j = [] |
| 89 | if flag: | 89 | if not flag: |
| 90 | j.append(i) | ||
| 91 | else: | ||
| 92 | r.append(i) | 90 | r.append(i) |
| 91 | #else: | ||
| 92 | # j.append(i) | ||
| 93 | if flag and i.endswith(')'): | 93 | if flag and i.endswith(')'): |
| 94 | flag = False | 94 | flag = False |
| 95 | # Ignore version | 95 | # Ignore version |
