summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-02-20 10:14:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-17 13:59:37 +0000
commitd7fde8bb3cf1f7e45c16f053d723db349020fc73 (patch)
tree2872991da7ddf0cf9ea24ce7bc13d5799d05026e /bitbake/lib/toaster/toastergui/templates/package_included_detail.html
parent2ac438747f7a26ff6a8e90d7b320bcf186023556 (diff)
downloadpoky-d7fde8bb3cf1f7e45c16f053d723db349020fc73.tar.gz
bitbake: toaster: Replace hyphens with underscores in package name
Package details pages were using hyphens to separate package name from package version. Changing them to underscores. (Bitbake rev: c0820f93e0387d2b6ead9e2fa7205d49001d27e6) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/package_included_detail.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/package_included_detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
index af56b21b1e..df2588548c 100644
--- a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
+++ b/bitbake/lib/toaster/toastergui/templates/package_included_detail.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="detail" %} 12 {% include "package_included_tabs.html" with active_tab="detail" %}
13 <div class="tab-content"> 13 <div class="tab-content">
14 <div class="tab-pane active" id="files"> 14 <div class="tab-pane active" id="files">