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:
Belen Barros Pena
2014-03-17 00:11:46 +00:00
committed by Richard Purdie
parent 3e1560919a
commit 69856969d7

View File

@@ -237,7 +237,7 @@ def format_vpackage_rowclass(size):
def format_vpackage_namehelp(name):
r = name + '&nbsp;'
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)