mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 18:08:55 +00: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:
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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user