diff options
author | Clemens Lang <clemens.lang@bmw-carit.de> | 2019-01-03 16:55:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-07 10:54:13 +0000 |
commit | caf55cf9b4be08693c561824fd8d8835617c4c06 (patch) | |
tree | f80b0533b284ee345f6b76be70330640b4c8d29e /README.qemu | |
parent | 69431c3982d980da8bf0977bdae1dd3049aed8cf (diff) | |
download | poky-caf55cf9b4be08693c561824fd8d8835617c4c06.tar.gz |
update-alternatives.bbclass: Stabilize iteration order
The use of a dictionary for link_rename causes problems for higher-order
alternatives, i.e. when an alternative link points to another
alternative link, since these links must be processed in the order in
which they were originally added for symlink correction to work.
Switch from a dict to a list of tuples to ensure processing happens in
the original order.
(From OE-Core rev: 326220267ffc43ec1f507ad0cc47ac59caafd5b7)
Signed-off-by: Clemens Lang <clemens.lang@bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.qemu')
0 files changed, 0 insertions, 0 deletions