diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipes.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipes.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/bitbake/lib/toaster/toastergui/templates/recipes.html index 791a487a81..889e676b45 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipes.html +++ b/bitbake/lib/toaster/toastergui/templates/recipes.html | |||
@@ -98,8 +98,11 @@ | |||
98 | {{recipe.layer_version.commit|truncatechars:13}} | 98 | {{recipe.layer_version.commit|truncatechars:13}} |
99 | </a> | 99 | </a> |
100 | </td> | 100 | </td> |
101 | <!-- Layer directory --> | 101 | |
102 | <td class="layer_version__layer__local_path">{{recipe.layer_version.layer.local_path}}</td> | 102 | {% if not MANAGED or not build.project %} |
103 | <!-- Layer directory --> | ||
104 | <td class="layer_version__layer__local_path">{{recipe.layer_version.layer.local_path}}</td> | ||
105 | {% endif %} | ||
103 | </tr> | 106 | </tr> |
104 | 107 | ||
105 | {% endfor %} | 108 | {% endfor %} |