Re: [OE-core] [PATCH 1/2] Revert lib/oe/package_manager.py: RpmPM: fix issue with multilib builds

2014-03-04 Thread Kamble, Nitin A
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

[OE-core] [PATCH 1/2] Revert lib/oe/package_manager.py: RpmPM: fix issue with multilib builds

2014-03-03 Thread Laurentiu Palcu
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