summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/recipe.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/recipe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/recipe.html b/bitbake/lib/toaster/bldviewer/templates/recipe.html
index 7d5fbf4e55..d7f57eb9ea 100644
--- a/bitbake/lib/toaster/bldviewer/templates/recipe.html
+++ b/bitbake/lib/toaster/bldviewer/templates/recipe.html
@@ -25,7 +25,7 @@
25 <th style="width: 30em">Recipe Dependency</th> 25 <th style="width: 30em">Recipe Dependency</th>
26 26
27 27
28 {% for recipe in recipes %} 28 {% for recipe in objects %}
29 29
30 <tr class="data"> 30 <tr class="data">
31 <td><a name="{{recipe.name}}">{{recipe.name}}</a></td> 31 <td><a name="{{recipe.name}}">{{recipe.name}}</a></td>