diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html b/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html index 00d42e76d1..71043ec1ac 100644 --- a/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html +++ b/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | {% load projecttags %} | 2 | {% load projecttags %} |
| 3 | 3 | ||
| 4 | {% block title %} | 4 | {% block title %} |
| 5 | {% with fullPackageSpec=package.name|add:"-"|add:package.version|add:"-"|add:package.revision|filtered_packagespec %} | 5 | {% with fullPackageSpec=package.name|add:"_"|add:package.version|add:"-"|add:package.revision|filtered_packagespec %} |
| 6 | <h1>{{fullPackageSpec}} <small>({{target.target}})</small></h1> | 6 | <h1>{{fullPackageSpec}} <small>({{target.target}})</small></h1> |
| 7 | {% endwith %} | 7 | {% endwith %} |
| 8 | {% endblock title %} | 8 | {% endblock title %} |
| 9 | 9 | ||
| 10 | {% block tabcontent %} | 10 | {% block tabcontent %} |
| 11 | {% with fullPackageSpec=package.name|add:"-"|add:package.version|add:"-"|add:package.revision|filtered_packagespec packageFileCount=package.buildfilelist_package.count %} | 11 | {% with fullPackageSpec=package.name|add:"_"|add:package.version|add:"-"|add:package.revision|filtered_packagespec packageFileCount=package.buildfilelist_package.count %} |
| 12 | {% include "package_included_tabs.html" with active_tab="dependencies" %} | 12 | {% include "package_included_tabs.html" with active_tab="dependencies" %} |
| 13 | <div class="tab-content"> | 13 | <div class="tab-content"> |
| 14 | <div class="tab-pane active" id="dependencies"> | 14 | <div class="tab-pane active" id="dependencies"> |
