mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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:
committed by
Richard Purdie
parent
c77321180b
commit
9cc1e86356
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user