diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-09 14:07:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:34:30 +0100 |
commit | 442acd2ea910609b4ad1d22a6522d3d9128c7100 (patch) | |
tree | 3b5fff7b8829e443865203d168de3def6a55bde7 /documentation/ref-manual/ref-features.xml | |
parent | 3795f4d6a69dc4ba5208f1d05b89e65bc11d8a10 (diff) | |
download | poky-442acd2ea910609b4ad1d22a6522d3d9128c7100.tar.gz |
bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issue
When we pass data into explode_dep_versions2(), we need to result to be
able to be processed in a deterministic way so that we end up with
consistent hash values. This means we need an ordered structure rather
than an unordered one.
To do this, return an OrderedDict() rather than a dict().
(Bitbake rev: 0737e003ca549d08a7dfe13452ae982f2e11fecd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
0 files changed, 0 insertions, 0 deletions