[oe-commits] [bitbake] 04/16: toaster: Remove duplicate layer information

git at git.openembedded.org git at git.openembedded.org
Tue Sep 20 14:28:06 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit e2b5dc3732781dc933c6bb10482926335720d110
Author: Belen Barros Pena <belen.barros.pena at linux.intel.com>
AuthorDate: Sun Sep 18 19:33:15 2016 -0700

    toaster: Remove duplicate layer information
    
    In the custom recipe details page, the layer information is displayed
    twice in the right hand column. Remove one of the layer entries, since
    showing the layer information once should be enough.
    
    [YOCTO #10037]
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
    Signed-off-by: bavery <brian.avery at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/templates/customrecipe.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/customrecipe.html b/lib/toaster/toastergui/templates/customrecipe.html
index f2a8fd2..8b61fb7 100644
--- a/lib/toaster/toastergui/templates/customrecipe.html
+++ b/lib/toaster/toastergui/templates/customrecipe.html
@@ -176,8 +176,6 @@
         <a href="{% url 'projectbuilds' project.id%}">{{last_build.completed_on|date:"d/m/y H:i"}}</a>
         </dd>
         {% endif %}
-        <dt>Layer</dt>
-        <dd><a href="{% url 'layerdetails' project.id recipe.layer_version.pk %}">{{recipe.layer_version.layer.name}}</a></dd>
         <dt>Based on</dt>
         <dd><a href="{% url 'recipedetails' project.id recipe.base_recipe.pk %}">{{recipe.base_recipe.name}}</a></dd>
         {% if recipe.get_last_successful_built_target %}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list