diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-02-20 15:00:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 13:59:37 +0000 |
commit | e3a92c12e980c34c873e21e5c7bafcd762197266 (patch) | |
tree | db9b0133c53ed9a4c1d2e682991420c9b9c490a4 /bitbake | |
parent | 3bc398edbbbd01b97bcab8bc1c4b059d53d5cc49 (diff) | |
download | poky-e3a92c12e980c34c873e21e5c7bafcd762197266.tar.gz |
bitbake: toaster: Shorten dependency labels
Changing "Task depends on" to "Dependencies" and
"Task reverse dependencies" to "Reverse dependencies".
This matches the labeling to recipe and package
information, with the additional advantage of
making the labels shorter.
(Bitbake rev: 6147339ac2f93a9e60eed8975ac1784caa06bb0b)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 5d79d447b9..403bb03f68 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html | |||
@@ -214,7 +214,7 @@ | |||
214 | --> | 214 | --> |
215 | <dt> | 215 | <dt> |
216 | <i class="icon-question-sign get-help" title="Task dependency chain (other tasks)"></i> | 216 | <i class="icon-question-sign get-help" title="Task dependency chain (other tasks)"></i> |
217 | Task depends on | 217 | Dependencies |
218 | </dt> | 218 | </dt> |
219 | <dd> | 219 | <dd> |
220 | <ul> | 220 | <ul> |
@@ -227,7 +227,7 @@ | |||
227 | </dd> | 227 | </dd> |
228 | <dt> | 228 | <dt> |
229 | <i class="icon-question-sign get-help" title="Which other tasks depend on this task"></i> | 229 | <i class="icon-question-sign get-help" title="Which other tasks depend on this task"></i> |
230 | Task reverse dependencies | 230 | Reverse dependencies |
231 | </dt> | 231 | </dt> |
232 | <dd> | 232 | <dd> |
233 | <ul> | 233 | <ul> |