1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

bitbake: toaster: BuiltPackagesTable format empty state in packages table

The explanatory message in the empty state of the packages built table
was missing some spaces.

(Bitbake rev: 70f600f86ec4d536004d968919e86d2afa58d585)

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2016-06-09 11:35:11 +01:00
committed by Richard Purdie
parent 1a00cdbcb1
commit 0db23ae759
@@ -134,11 +134,11 @@ class BuiltPackagesTable(BuildTablesMixin, BuiltPackagesTableBase):
self.default_orderby = "name"
self.empty_state =\
('<strong>No packages were built.</strong> How did this happen?'
'Well, BitBake reuses as much stuff as possible.'
'If all of the packages needed were already built and available'
'in your build infrastructure, BitBake'
'will not rebuild any of them. This might be slightly confusing,'
('<strong>No packages were built.</strong> How did this happen? '
'Well, BitBake reuses as much stuff as possible. '
'If all of the packages needed were already built and available '
'in your build infrastructure, BitBake '
'will not rebuild any of them. This might be slightly confusing, '
'but it does make everything faster.')
def setup_columns(self, *args, **kwargs):