diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-10-12 12:06:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 21:13:07 +0100 |
commit | 759dadf80ae6061860a2cd1b67e431658353c15c (patch) | |
tree | ed8a4eb11f8a66928580c5b50e7e09d111061c5f /bitbake/COPYING | |
parent | 6cc2f06d43fed2b3cdec84cb21bbc45742b2608a (diff) | |
download | poky-759dadf80ae6061860a2cd1b67e431658353c15c.tar.gz |
bitbake: hob: image size displayed wrong size in edit packages screen
size_str = '%.1f' % (size*1.0/(1024*1024)) + ' MB'
from /bitbake/lib/bb/ui/crumbs/hobpages.py file transformed
the size in MB. In our file it was again multiplied by 1024
instead of doing a division by 1024, which brought a faulty size on
the edit packages screen.
(Bitbake rev: 7dcea3884a45973ae332695dc8a53814b701151f)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/COPYING')
0 files changed, 0 insertions, 0 deletions