diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-11-12 16:50:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 17:01:37 +0000 |
commit | 8c534107d9129489f96c3c6af56d45d806cc60ad (patch) | |
tree | 6b15bcfa04e18adcf613f7866ed8a0d29fc87a1f /bitbake/lib/toaster/bldviewer | |
parent | b9d81043df6fee711a1f91ad236cbd4553275411 (diff) | |
download | poky-8c534107d9129489f96c3c6af56d45d806cc60ad.tar.gz |
bitbake: toaster: convert build_package size to bytes to keep consistence
[YOCTO #5503]
(Bitbake rev: 19eb6e01b675c439ff0a817be6fa5e34ad42ba37)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldviewer')
-rw-r--r-- | bitbake/lib/toaster/bldviewer/templates/bpackage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/bpackage.html b/bitbake/lib/toaster/bldviewer/templates/bpackage.html index 2e254dbad6..4e6d9c6778 100644 --- a/bitbake/lib/toaster/bldviewer/templates/bpackage.html +++ b/bitbake/lib/toaster/bldviewer/templates/bpackage.html | |||
@@ -13,7 +13,7 @@ | |||
13 | <th>Summary</th> | 13 | <th>Summary</th> |
14 | <th>Section</th> | 14 | <th>Section</th> |
15 | <th>Description</th> | 15 | <th>Description</th> |
16 | <th>Size on host disk (KBytes)</th> | 16 | <th>Size on host disk (Bytes)</th> |
17 | <th>License</th> | 17 | <th>License</th> |
18 | <th>Dependencies List (all)</th> | 18 | <th>Dependencies List (all)</th> |
19 | </tr> | 19 | </tr> |