mirror of
https://git.yoctoproject.org/poky
synced 2026-06-15 05:40:00 +00:00
69cf7b3273
The ordering of dependency variables needs to be deterministic to avoid task checksums changing. Use an OrderedDict to achieve this. (From OE-Core rev: 855a2d21503856af392ab2d54ccfa270505ba142) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>