summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/recipe.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html
index c6ae2f3802..bbe747517d 100644
--- a/bitbake/lib/toaster/toastergui/templates/recipe.html
+++ b/bitbake/lib/toaster/toastergui/templates/recipe.html
@@ -71,6 +71,16 @@
71 Layer commit 71 Layer commit
72 </dt> 72 </dt>
73 <dd class="iscommit">{{layer_version.commit}}</dd> 73 <dd class="iscommit">{{layer_version.commit}}</dd>
74 {% if object.provides_set.all %}
75 <dt>
76 <i class="icon-question-sign get-help"
77 title="A list of aliases by which a particular recipe can be known. The additional aliases are
78 synonyms for the recipe and can be useful satisfying dependencies of other recipes during
79 the build"></i>
80 PROVIDES
81 </dt>
82 <dd><code>{% for provider in object.provides_set.all %}{{ provider.name }}&nbsp;{% endfor %}</code></dd>
83 {% endif %}
74 </dl> 84 </dl>
75 85
76 <h2 class="details">Tasks</h2> 86 <h2 class="details">Tasks</h2>