aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-09 14:12:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-11 10:33:42 +0100
commitf49be7e7c9558de5a5aa3321bec3e92aa3bf5e8c (patch)
tree8bd82a576bbac3d723ae2811ed3b92ea321ac0c4 /meta/lib/oe
parent8a88c5696840d8ee725743cabbf838f94be21498 (diff)
downloadopenembedded-core-contrib-f49be7e7c9558de5a5aa3321bec3e92aa3bf5e8c.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) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe')
0 files changed, 0 insertions, 0 deletions