summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/bpackage.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-16 16:49:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-20 12:58:20 +0000
commitd27893dc74456423f9ac33674c6ca61b17b701ed (patch)
treee0c056cd58e37cbccf1fad1cdba00f3cebee8bfd /bitbake/lib/toaster/toastergui/templates/bpackage.html
parent50f11b9d6dde65a78958fe45842fbbd40e36fb0f (diff)
downloadpoky-d27893dc74456423f9ac33674c6ca61b17b701ed.tar.gz
bitbake: toasterui: remove layer directory in managed mode
Removes the layer directory information from the packages built page when in managed mode. [YOCTO #7221] (Bitbake rev: 1eaf60d0fe34f5f43386c6f0e91f0b26c7a62845) 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/bpackage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/bpackage.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html
index 2d4948be4b..80229f908d 100644
--- a/bitbake/lib/toaster/toastergui/templates/bpackage.html
+++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html
@@ -88,7 +88,9 @@
88 </a> 88 </a>
89 </td> 89 </td>
90 <!-- Layer directory --> 90 <!-- Layer directory -->
91 <td class="recipe__layer_version__layer__local_path">{{package.recipe.layer_version.layer.local_path}}</td> 91 {% if not MANAGED or not build.project %}
92 <td class="recipe__layer_version__layer__local_path">{{package.recipe.layer_version.layer.local_path}}</td>
93 {% endif %}
92 {%else%} 94 {%else%}
93 <td class="recipe__name"></td> 95 <td class="recipe__name"></td>
94 <td class="recipe__version"></td> 96 <td class="recipe__version"></td>