hob: enable package only builds even if an image has been built

Once an image build has been performed the selected_image variable would
prevent the package only build choice being triggered - by setting the
variable to None on reset we are able to perform package only builds after
an image build.

(Bitbake rev: 705156e2812afb288632f01416fcbbf9add26bee)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2011-09-19 15:28:09 -07:00 committed by Richard Purdie
parent 081990b2a3
commit 6bed96c4dc
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ class MainWindow (gtk.Window):
if response == gtk.RESPONSE_OK:
self.reset_build()
self.search.set_text("")
self.selected_image = None
return
def reset_build(self):