summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-10-28 15:30:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:59:31 +0000
commitf3541226b8b1187e79dec0f6f9f3c58cedf9ac9b (patch)
treec9bc90f3d035c9ff3f529d975477d671a0935d6b /bitbake/lib/bb/ui/crumbs/imagedetailspage.py
parent1c7bbf8deceed6ffd572fb565de3dc1e3c3ef032 (diff)
downloadpoky-f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b.tar.gz
bitbake: hob: do not display the "Package list may be incomplete!" dialog
This dialog is not needed. Instead "Edit packages" button should redirect to Packages list. [YOCTO #5257] (Bitbake rev: aa2e86a2ac28414f6d25fcd541a6ed2b50f15a2c) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/imagedetailspage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index b5d9660218..4c862474e9 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -655,7 +655,7 @@ class ImageDetailsPage (HobPage):
655 self.builder.show_configuration() 655 self.builder.show_configuration()
656 656
657 def edit_packages_button_clicked_cb(self, button): 657 def edit_packages_button_clicked_cb(self, button):
658 self.builder.show_packages(ask=False) 658 self.builder.show_packages()
659 659
660 def my_images_button_clicked_cb(self, button): 660 def my_images_button_clicked_cb(self, button):
661 self.builder.show_load_my_images_dialog() 661 self.builder.show_load_my_images_dialog()