diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 97e7b99842..bf2cd7169a 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html @@ -69,21 +69,37 @@ Recipe file
{{object.file_path}} {% if object.pathflags %}({{object.pathflags}}){% endif %}
- {% if layer_version.branch %}
Layer branch
+ {% if layer_version.layer.local_source_dir %} +
+ Not applicable + +
+ {% else %}
{{layer_version.branch}}
- {% endif %} + {% endif %}
Layer commit
+ {% if layer_version.layer.local_source_dir %} +
+ Not applicable + +
+ {% else %}
{{layer_version.commit}}
+ {% endif %} {% if object.provides_set.all %}