aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-04-01 20:14:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-05 14:00:26 +0100
commit9cc1e863566bedd64af96f19be37be5359cf2ac8 (patch)
treefa19bd437c863bf3cc6bc92e760ad1181830f30b /bitbake
parentc77321180bcf30827e5d81026e03db9af56d4464 (diff)
downloadopenembedded-core-contrib-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')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py2
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):
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)