summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-09-21 13:28:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 12:13:49 +0100
commitd875d62f8ef606e188bf1e6561208e6b80b68d24 (patch)
treeca146fbea36677520e62a71633127ed8077a6483 /bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
parent64ea131e3d7c1920abe059974d621ff7bc899346 (diff)
downloadpoky-d875d62f8ef606e188bf1e6561208e6b80b68d24.tar.gz
bitbake: hob: The title of the packages screen depends on the screen you arrive from
- If you arrive to the packages screen from the recipes screen, the title should say: 'Step 2 of 2: Edit packages' - If you arrive to the packages screen from the image details screen, the title should say: 'Edit packages' - The title of the recipes screen should say 'Step 1 of 2: Edit recipes' [YOCTO #2982] (Bitbake rev: c366f4314c29b873a486daa9a0a4e29bb4225dd6) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/recipeselectionpage.py2
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 0b159bb108..f252202ae8 100755
--- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
@@ -123,7 +123,7 @@ class RecipeSelectionPage (HobPage):
123 TASKS) = range(3) 123 TASKS) = range(3)
124 124
125 def __init__(self, builder = None): 125 def __init__(self, builder = None):
126 super(RecipeSelectionPage, self).__init__(builder, "Edit recipes") 126 super(RecipeSelectionPage, self).__init__(builder, "Step 1 of 2: Edit recipes")
127 127
128 # set invisible members 128 # set invisible members
129 self.recipe_model = self.builder.recipe_model 129 self.recipe_model = self.builder.recipe_model