Showed list of names that recipe provides.
Signed-off-by: Ed Bartosh <[email protected]>
---
bitbake/lib/toaster/toastergui/templates/recipe.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html
b/bitbake/lib/toaster/toastergui/templates/recipe.html
index c6ae2f3..9be8e16 100644
--- a/bitbake/lib/toaster/toastergui/templates/recipe.html
+++ b/bitbake/lib/toaster/toastergui/templates/recipe.html
@@ -71,6 +71,13 @@
Layer commit
</dt>
<dd class="iscommit">{{layer_version.commit}}</dd>
+ {% if object.provides_set.all %}
+ <dt>
+ <i class="icon-question-sign get-help" title="List of
names that this recipe privides"></i>
+ PROVIDES
+ </dt>
+ <dd><code>{% for provider in object.provides_set.all %}{{
provider.name }} {% endfor %}</code></dd>
+ {% endif %}
</dl>
<h2 class="details">Tasks</h2>
--
2.1.4
--
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster