diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-10-16 11:52:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 21:13:07 +0100 |
commit | 4a3b0d7287ba7ce223021d33895bf5c953f1e4dc (patch) | |
tree | 6b22f5dc4d66173d15e2c02fcf399f6d48798a68 /bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |
parent | b3374dbfd01ea5c962625781b6b9ce19829f3d5e (diff) | |
download | poky-4a3b0d7287ba7ce223021d33895bf5c953f1e4dc.tar.gz |
bitbake: bitbake: hob/hobwidget: "Brought in by" column is now displayed correctly
In "Edit Recipes" and "Edit packages" pages, the "Brought in by"
column is displayed correctly, with the right number of additional
packages and a proper title.
Fixes [YOCTO #2195].
(Bitbake rev: 4d1d3e5a54eb718e2eee02f734d929f15ccf99ce)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index 79c7790819..fea92b5148 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |||
@@ -52,7 +52,7 @@ class RecipeSelectionPage (HobPage): | |||
52 | 'col_max' : 300, | 52 | 'col_max' : 300, |
53 | 'expand' : 'True' | 53 | 'expand' : 'True' |
54 | }, { | 54 | }, { |
55 | 'col_name' : 'Brought in by', | 55 | 'col_name' : 'Brought in by (+others)', |
56 | 'col_id' : RecipeListModel.COL_BINB, | 56 | 'col_id' : RecipeListModel.COL_BINB, |
57 | 'col_style': 'binb', | 57 | 'col_style': 'binb', |
58 | 'col_min' : 100, | 58 | 'col_min' : 100, |