From patchwork Sun Apr 1 12:14:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,02/10] Hob: Update the cache when setting changed Date: Sun, 01 Apr 2012 12:14:10 -0000 From: Dongxiao Xu X-Patchwork-Id: 25007 Message-Id: To: bitbake-devel@lists.openembedded.org If values in advanced is changed, we also need to reparse the cache to get the latest value. Signed-off-by: Dongxiao Xu --- lib/bb/ui/crumbs/builder.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/bb/ui/crumbs/builder.py b/lib/bb/ui/crumbs/builder.py index 02c9a9c..44b208a 100755 --- a/lib/bb/ui/crumbs/builder.py +++ b/lib/bb/ui/crumbs/builder.py @@ -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)