From febb898a065bd5eb8cd11e4b57ae83e7cdaab526 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 8 Jan 2016 11:17:20 +0000 Subject: bitbake: toaster: show list of provides for the recipe Showed list of names that recipe provides. (Bitbake rev: 60318c9a049292bd33322d8446a629d778337e8a) Signed-off-by: Ed Bartosh Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/recipe.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

-- cgit 1.2.3-korg