From 4cf1aa5ae467f7f16ab7f641319bf2404e666dd0 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 5 Apr 2012 16:37:23 -0700 Subject: lib/bb/ui/crumbs/recipeselectionpage: include 'Group' in 'Included' view The 'Included' tab of the notebook should show the 'Group' a recipe belongs to, per the design. (Bitbake rev: 4f45d791644e383b11cbcfd4fb02866518cb9c04) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index 956b02dd95..8314449eef 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py @@ -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, -- cgit v1.2.3-54-g00ecf