aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-12 18:29:39 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-06-03 10:59:10 +0100
commit38e8791c211703e3b8830587c33aab190d120811 (patch)
tree502a652bf5fd16e239d8b798a74c0e29f41e9b69 /templates
parente72a33e16add142f7f5561f510907ff92d320425 (diff)
downloadopenembedded-core-contrib-38e8791c211703e3b8830587c33aab190d120811.tar.gz
Collect BUGTRACKER, PROVIDES and BBCLASSEXTEND for each recipe
* Show BUGTRACKER in the recipe detail page if set * Track the other two variables for possible future use Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/layerindex/recipedetail.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layerindex/recipedetail.html b/templates/layerindex/recipedetail.html
index b545ca9672..4851e34f7e 100644
--- a/templates/layerindex/recipedetail.html
+++ b/templates/layerindex/recipedetail.html
@@ -68,6 +68,12 @@
<th>Homepage</th>
<td>{% if recipe.homepage %}<a href="{{ recipe.homepage }}">{{ recipe.homepage }}</a>{% endif %}</td>
</tr>
+ {% if recipe.bugtracker %}
+ <tr>
+ <th>Bug tracker</th>
+ <td><a href="{{ recipe.bugtracker }}">{{ recipe.bugtracker }}</a></td>
+ </tr>
+ {% endif %}
<tr>
<th>Recipe file</th>
<td>