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 @@ Layer commit
{{layer_version.commit}}
+ {% if object.provides_set.all %} +
+ + PROVIDES +
+
{% for provider in object.provides_set.all %}{{ provider.name }} {% endfor %}
+ {% endif %}

Tasks