{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - recipe detail page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
This recipe is blacklisted by the {{ recipe.layerbranch.layer.name }} layer. The reason provided is:
{{ recipe.blacklisted }}
Name | {{ recipe.name }} |
---|---|
Version | {{ recipe.pv }}{% if recipe.srcrev %} ({{ recipe.srcrev }}){% endif %} |
Summary | {{ recipe.summary }} |
Description | {{ recipe.description }} |
Section | {{ recipe.section }} |
License | {{ recipe.license }} |
Homepage | {% if recipe.homepage_url_only %} {{ recipe.homepage }} {% elif recipe.homepage %} {{ recipe.homepage }} {% endif %} |
Bug tracker | {{ recipe.bugtracker }} |
Recipe file |
{% if recipe.vcs_web_url %}
{{ recipe.full_path }}
{% else %}
{{ recipe.full_path }}
{% endif %}
{% for include in recipe.adjacent_includes %}
{% if include.vcs_web_url %}
{{ include.filepath }} {% else %} {{ include.filepath }} {% endif %} {% endfor %} |
Layer | {{ recipe.layerbranch.layer.name }} ({{ recipe.layerbranch.branch.name}} branch) |
Inherits |
{% if recipe.inherits %}
|
Dependencies |
{% if staticdependencies %}
|
PACKAGECONFIG options |
{% if packageconfigs %}
|
{% if source.web_url %}{% endif %}{{ source.url }}{% if source.web_url %}{% endif %} |
None
{% endif %}Patch | Status |
---|---|
{{ patch.src_path }} | {{ patch.get_status_display }} {{ patch.status_extra | urlize }} |
None
{% endif %} {% if appends %}This recipe is appended by:
{{ append.layerbranch.layer.name }} | {{ append.filename }} |
{{ append.layerbranch.layer.name }} | {{ append.filename }} |
This recipe in other branches of {{ recipe.layerbranch.layer.name }}:
Branch | Recipe |
---|---|
{{ other.layerbranch.branch }} | {% if other == recipe %} {{ other.pn }} {{ other.pv }} (this recipe) {% else %} {{ other.pn }} {{ other.pv }} {% endif %} |