diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-04-05 14:39:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 00:04:41 +0100 |
commit | 49cd60e3c3953a71fac816c01224efbfb970310c (patch) | |
tree | e67a84d88ae1ea97414da0af57a2822fef6b303b /bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |
parent | e5a63fd66b7855e0c9cafb788d95294e1b06ba58 (diff) | |
download | poky-49cd60e3c3953a71fac816c01224efbfb970310c.tar.gz |
lib/bb/ui/crumbs: only display one 'Brought in by' item in Hob trees
The design calls for a single 'Brought in by' item to be shown in the
tree views with any extra items to be shown in the tooltip.
(Bitbake rev: 6866271da738237d3a119e291ac8f9d2c517e124)
Signed-off-by: Joshua Lock <josh@linux.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 e4616a8e1a..956b02dd95 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |||
@@ -45,7 +45,7 @@ class RecipeSelectionPage (HobPage): | |||
45 | }, { | 45 | }, { |
46 | 'col_name' : 'Brought in by', | 46 | 'col_name' : 'Brought in by', |
47 | 'col_id' : RecipeListModel.COL_BINB, | 47 | 'col_id' : RecipeListModel.COL_BINB, |
48 | 'col_style': 'text', | 48 | 'col_style': 'binb', |
49 | 'col_min' : 100, | 49 | 'col_min' : 100, |
50 | 'col_max' : 500 | 50 | 'col_max' : 500 |
51 | }, { | 51 | }, { |