diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/target.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/target.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html index 45128986e1..5396b17dc9 100644 --- a/bitbake/lib/toaster/toastergui/templates/target.html +++ b/bitbake/lib/toaster/toastergui/templates/target.html | |||
| @@ -79,7 +79,7 @@ | |||
| 79 | {{package.license}} | 79 | {{package.license}} |
| 80 | </td> | 80 | </td> |
| 81 | <td class="depends"> | 81 | <td class="depends"> |
| 82 | {% with deps=package|runtime_dependencies:target.id %} | 82 | {% with deps=package.runtime_dependencies %} |
| 83 | {% with deps_count=deps|length %} | 83 | {% with deps_count=deps|length %} |
| 84 | {% if deps_count > 0 %} | 84 | {% if deps_count > 0 %} |
| 85 | <a class="btn" | 85 | <a class="btn" |
| @@ -96,7 +96,7 @@ | |||
| 96 | {% endwith %} | 96 | {% endwith %} |
| 97 | </td> | 97 | </td> |
| 98 | <td class="brought_in_by"> | 98 | <td class="brought_in_by"> |
| 99 | {% with rdeps=package|reverse_runtime_dependencies:target.id %} | 99 | {% with rdeps=package.reverse_runtime_dependencies %} |
| 100 | {% with rdeps_count=rdeps|length %} | 100 | {% with rdeps_count=rdeps|length %} |
| 101 | {% if rdeps_count > 0 %} | 101 | {% if rdeps_count > 0 %} |
| 102 | <a class="btn" | 102 | <a class="btn" |
