]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lib/bb/ui/crumbs/recipeselectionpage: include 'Group' in 'Included' view
authorJoshua Lock <josh@linux.intel.com>
Thu, 5 Apr 2012 23:37:23 +0000 (16:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Apr 2012 23:02:20 +0000 (00:02 +0100)
The 'Included' tab of the notebook should show the 'Group' a recipe
belongs to, per the design.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
lib/bb/ui/crumbs/recipeselectionpage.py

index 956b02dd959d4f20f34b6a3704299337d11eab57..8314449eef18a721816402063efbbc34d4778ecd 100755 (executable)
@@ -48,6 +48,12 @@ class RecipeSelectionPage (HobPage):
                        'col_style': 'binb',
                        'col_min'  : 100,
                        'col_max'  : 500
+                      }, {
+                       'col_name' : 'Group',
+                       'col_id'   : RecipeListModel.COL_GROUP,
+                       'col_style': 'text',
+                       'col_min'  : 100,
+                       'col_max'  : 300
                       }, {
                        'col_name' : 'Included',
                        'col_id'   : RecipeListModel.COL_INC,