mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: toastergui: Fix reverse dependencies tab for packages included
Make sure the reverse dependencies tab for included packages shows a notification when the number of reverse dependencies is 0, instead of an empty table. (Bitbake rev: 8dc3e582eb5f1d6e9a79de59a53014495a48e862) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7aaedc2004
commit
927943bd9e
@@ -15,7 +15,7 @@
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane active" id="brought-in-by">
|
||||
|
||||
{% ifequal reverse_deps|length 0 %}
|
||||
{% ifequal reverse_count 0 %}
|
||||
<div class="alert alert-info">
|
||||
<strong>{{package.fullpackagespec}}</strong> has no reverse runtime dependencies.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user