Hob: Update the cache when setting changed

If values in advanced is changed, we also need to reparse the cache to
get the latest value.

(Bitbake rev: 7b2f6744201511060f26cd2761e9556efec4b9a2)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dongxiao Xu
2012-04-01 20:14:10 +08:00
committed by Richard Purdie
parent c77321180b
commit 9cc1e86356

View File

@@ -869,7 +869,7 @@ class Builder(gtk.Window):
def reparse_post_adv_settings(self):
# DO reparse recipes
if not self.configuration.curr_mach:
self.switch_page(self.MACHINE_SELECTION)
self.switch_page(self.CONFIG_UPDATED)
else:
self.switch_page(self.RCPPKGINFO_POPULATING)