diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-04-01 00:53:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-05 14:55:29 +0100 |
commit | 7322dddeed0d394e3b2602933bb51f03a19fbe61 (patch) | |
tree | 49a91c2b55d9e65808158fa76a726e6994ca4498 /bitbake | |
parent | 9e81244b8a303489abee6970da00f2ee9d4e637b (diff) | |
download | poky-7322dddeed0d394e3b2602933bb51f03a19fbe61.tar.gz |
bitbake: toaster: Fix the empty packages alert
* Remove a tag in all capitals
* Remove an unnecessary div
* Fix a typo
(Bitbake rev: 1ca139ca157d62cee9c48b22063e77614fa34325)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/bpackage.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html index 22609e227a..c6ec634f83 100644 --- a/bitbake/lib/toaster/toastergui/templates/bpackage.html +++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html | |||
@@ -17,16 +17,14 @@ | |||
17 | 17 | ||
18 | <!-- Empty - no data in database --> | 18 | <!-- Empty - no data in database --> |
19 | <div class="page-header"> | 19 | <div class="page-header"> |
20 | <div class="page-header"> | ||
21 | <h1> | 20 | <h1> |
22 | Packages | 21 | Packages |
23 | </h1> | 22 | </h1> |
24 | </div> | 23 | </div> |
25 | <div class="alert alert-info lead"> | 24 | <div class="alert alert-info lead"> |
26 | <STRONG>No packages were built.</STRONG> How did this happen? Well, BitBake reuses as much stuff as possible. | 25 | <strong>No packages were built.</strong> How did this happen? Well, BitBake reuses as much stuff as possible. |
27 | If all of the packages needed were already built and available in your build infrastructure, Bitbake | 26 | If all of the packages needed were already built and available in your build infrastructure, BitBake |
28 | will not rebuild any of them. This might be slightly confusing, but it does make everything faster. | 27 | will not rebuild any of them. This might be slightly confusing, but it does make everything faster. |
29 | </div> | ||
30 | </div> | 28 | </div> |
31 | 29 | ||
32 | {% else %} | 30 | {% else %} |