diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2012-04-01 20:14:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-05 14:00:26 +0100 |
commit | 9cc1e863566bedd64af96f19be37be5359cf2ac8 (patch) | |
tree | fa19bd437c863bf3cc6bc92e760ad1181830f30b /bitbake/lib/bb/ui/crumbs/builder.py | |
parent | c77321180bcf30827e5d81026e03db9af56d4464 (diff) | |
download | poky-9cc1e863566bedd64af96f19be37be5359cf2ac8.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/builder.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py index 02c9a9cb49..44b208a177 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py | |||
@@ -869,7 +869,7 @@ class Builder(gtk.Window): | |||
869 | def reparse_post_adv_settings(self): | 869 | def reparse_post_adv_settings(self): |
870 | # DO reparse recipes | 870 | # DO reparse recipes |
871 | if not self.configuration.curr_mach: | 871 | if not self.configuration.curr_mach: |
872 | self.switch_page(self.MACHINE_SELECTION) | 872 | self.switch_page(self.CONFIG_UPDATED) |
873 | else: | 873 | else: |
874 | self.switch_page(self.RCPPKGINFO_POPULATING) | 874 | self.switch_page(self.RCPPKGINFO_POPULATING) |
875 | 875 | ||