diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index bbe747517d..d6b464b9a8 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
| @@ -172,7 +172,14 @@ | |||
| 172 | 172 | ||
| 173 | {% for rr in object.r_dependencies_recipe.all|dictsort:"depends_on.name" %} | 173 | {% for rr in object.r_dependencies_recipe.all|dictsort:"depends_on.name" %} |
| 174 | <tr> | 174 | <tr> |
| 175 | <td><a href="{% url "recipe" build.pk rr.depends_on.pk %}">{{rr.depends_on.name}}</a></td> | 175 | <td><a href="{% url "recipe" build.pk rr.depends_on.pk %}">{{rr.depends_on.name}}</a> |
| 176 | {% if rr.via %} | ||
| 177 | <span class="muted">satisfied via {{rr.via.name}}</span> | ||
| 178 | <i class="icon-question-sign get-help hover-help" | ||
| 179 | title="This dependency is satisfied by the PROVIDES value | ||
| 180 | {{rr.via.name}} in the {{rr.depends_on.name}} recipe"></i> | ||
| 181 | {% endif %} | ||
| 182 | </td> | ||
| 176 | <td><a href="{% url "recipe" build.pk rr.depends_on.pk %}">{{rr.depends_on.version}}</a></td> | 183 | <td><a href="{% url "recipe" build.pk rr.depends_on.pk %}">{{rr.depends_on.version}}</a></td> |
| 177 | </tr> | 184 | </tr> |
| 178 | {% endfor %} | 185 | {% endfor %} |
