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-17 21:29:30 +0100 |
commit | cc2522771e39d57e3b773c0d91b41a797044aa79 (patch) | |
tree | 0fa3bef156b17d0a1f33d06d8e05b198365138f7 /meta/COPYING.GPLv2 | |
parent | 9e01e2ee5c9558f13b8cf07ef18a2b70ece91675 (diff) | |
download | poky-cc2522771e39d57e3b773c0d91b41a797044aa79.tar.gz |
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.
(From OE-Core rev: ecd1bfed5534f83b775a6c79092c04bd13c3af0a)
(From OE-Core rev: 438b140050a9040cdfb150bd53ecfd0647ec7d97)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/COPYING.GPLv2')
0 files changed, 0 insertions, 0 deletions