diff options
author | Bill Randle <william.c.randle@intel.com> | 2016-06-24 21:22:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:45 +0100 |
commit | 58643b74eef6acfe4099b9f722d2a3f873623acd (patch) | |
tree | 4d46987ca6e6e8993c44be9922306553a88482c4 /.gitignore | |
parent | 6d2bcc247334d2e79e83e1398ac40f7ddfbf86b8 (diff) | |
download | poky-58643b74eef6acfe4099b9f722d2a3f873623acd.tar.gz |
lib/oe/package_manager: keep platform_extra and default_platform_extra lists ordered
In RpmPM:insert_feeds_uris, the paths are kept in sets, which are unordered,
but they are later used to set the priority for the Smart channels, so
unexpected results could occur. Change the sets to lists and use the same
code as in create_configs() to add items to the list, rather than the set
operators.
[YOCTO #9717]
(From OE-Core rev: ce4137f4bb955207fede0c4ef338835d9a461f59)
Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions