| Submitter | Bogdan Marinescu |
|---|---|
| Date | Sept. 5, 2012, 10:11 a.m. |
| Message ID | <1346839885-29038-1-git-send-email-bogdan.a.marinescu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/35921/ |
| State | New |
| Headers | show |
Comments
On Wed, 2012-09-05 at 13:11 +0300, Bogdan Marinescu wrote: > Toolchain was not saved in the settings dialog ("Output" tab). > > [YOCTO #2695] > > Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> > --- > bitbake/lib/bb/ui/crumbs/hig.py | 1 + > 1 file changed, 1 insertion(+) Merged to master, thanks (but please put a prefix in the commit summary like "crumbs/hig:" so people can easily see which piece the patch changes in future, I tweaked this one). Cheers, Richard
Patch
diff --git a/bitbake/lib/bb/ui/crumbs/hig.py b/bitbake/lib/bb/ui/crumbs/hig.py index 2001ff4..4bebd5a 100644 --- a/bitbake/lib/bb/ui/crumbs/hig.py +++ b/bitbake/lib/bb/ui/crumbs/hig.py @@ -741,6 +741,7 @@ class AdvancedSettingDialog (CrumbsDialog): self.configuration.split_proxy("git", self.git_proxy.get_text() + ":" + self.git_proxy_port.get_text()) self.configuration.split_proxy("cvs", self.cvs_proxy.get_text() + ":" + self.cvs_proxy_port.get_text()) + self.configuration.curr_sdk_machine = self.sdk_machine_combo.get_active_text() md5 = self.config_md5() self.settings_changed = (self.md5 != md5)
Toolchain was not saved in the settings dialog ("Output" tab). [YOCTO #2695] Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> --- bitbake/lib/bb/ui/crumbs/hig.py | 1 + 1 file changed, 1 insertion(+)