diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-09 14:12:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:08:30 +0100 |
commit | ecd1bfed5534f83b775a6c79092c04bd13c3af0a (patch) | |
tree | 7deff86d03ba49440c3d59314bd14d73bae86ce8 /meta/lib | |
parent | b08344e28dd33e3af5596007b11185d04fce255e (diff) | |
download | openembedded-core-ecd1bfed5534f83b775a6c79092c04bd13c3af0a.tar.gz openembedded-core-ecd1bfed5534f83b775a6c79092c04bd13c3af0a.tar.bz2 openembedded-core-ecd1bfed5534f83b775a6c79092c04bd13c3af0a.zip |
update-alternatives: Fix determinism issue
getVarFlags returns a dict and there is therefore no sort order. This
means the order of the X_VARDEPS_X variables can change and hence the
task checksums can change. This can lead to rebuilds of any parts of
the system using update-alternatives and their dependees. This is a
particular issue under python v3.
Add in a sort to make the order of the variables deterministic.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions