Browse Source
Two things are fixed with this patch: 1. We sort dictionaries' keys if they aren't OrderedDict instances. Since dict objects don't guarantee order, environment variables may have contents in wrong order, causing unnecessary rebuilds. 2. We only use prepend_value() if there's already a value set for the key and that value is list. Before this change, boards couldn't set non-iterable values.master
Gustavo Jose de Sousa
9 years ago
committed by
Lucas De Marchi
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue