]> code.ossystems Code Review - openembedded-core.git/commit
Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Mon, 3 Mar 2014 09:43:30 +0000 (11:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Mar 2014 15:24:05 +0000 (15:24 +0000)
commit495cce9c9e63484c740aa669facb995b0ef74f85
tree26eba72ee19182ef4b602087d4d4f768969b92d8
parent4f42aefed6f6edb8d057b204b82e4a05fff2dff0
Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"

Converting a list to a set does not keep the order of the items, as they
were added, which might result in the wrong packages being installed in
the final image...

This reverts commit 12f47c23df8c109676f66d580d666a3147f3b046.

[YOCTO #5890]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py