From 2ac438747f7a26ff6a8e90d7b320bcf186023556 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 20 Feb 2014 09:46:22 +0000 Subject: bitbake: toaster: Format package size in recipe.html Package sizes in the recipe details page (recipe.html) were displaying in bytes. Apply the filtered_filesizeformat project tag to show the package size in a more human readable format. (Bitbake rev: 018db5cf683755a7a41b0ef491e130809e1ff003) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/recipe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster') diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 29c9728272..716ddfac96 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html @@ -159,7 +159,7 @@ {{package.name}} {{package.version}}_{{package.revision}} - {{package.size}} + {{package.size|filtered_filesizeformat}} {% endfor %} -- cgit v1.2.3-54-g00ecf