From: Cristiana Voicu Date: Wed, 19 Sep 2012 07:36:57 +0000 (+0300) Subject: hob/packageselectionpage: "Cancel" button returns to "Image configuration" screen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5fd1824c9794923576ec1e747536c0430542fd1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git hob/packageselectionpage: "Cancel" button returns to "Image configuration" screen Once package building completes, you can customise the list of packages that will go into the final image. Once you have made the changes you need, you can either build your image, or you can exit the process and go back to the 'Image configuration' screen by selecting 'Cancel'. [YOCTO #3105] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/lib/bb/ui/crumbs/packageselectionpage.py b/lib/bb/ui/crumbs/packageselectionpage.py index edbafbd3a5f..7e7828b332a 100755 --- a/lib/bb/ui/crumbs/packageselectionpage.py +++ b/lib/bb/ui/crumbs/packageselectionpage.py @@ -188,7 +188,7 @@ class PackageSelectionPage (HobPage): def back_button_clicked_cb(self, button): if self.builder.current_step == self.builder.PACKAGE_GENERATED: - self.builder.show_recipes() + self.builder.show_configuration() elif self.builder.previous_step == self.builder.IMAGE_GENERATED: self.builder.restore_initial_selected_packages() self.refresh_selection()