mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
bitbake: toaster: Update help text in format_vpackage_namehelp tag
The text now says that the package has not been built. (Bitbake rev: 4b64f4452aa2da4dcc0491cefa6f1a07f7dd173f) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e1560919a
commit
69856969d7
@@ -237,7 +237,7 @@ def format_vpackage_rowclass(size):
|
||||
def format_vpackage_namehelp(name):
|
||||
r = name + ' '
|
||||
r += '<i class="icon-question-sign get-help hover-help"'
|
||||
r += ' title="' + name + ' only has dependency information available.">'
|
||||
r += ' title = "' + name + ' has not been built">'
|
||||
r += '</i>'
|
||||
return mark_safe(r)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user