Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] fix package archs ordering for RPM
@ 2014-03-03  9:43 Laurentiu Palcu
  2014-03-03  9:43 ` [PATCH 1/2] Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds" Laurentiu Palcu
  2014-03-03  9:43 ` [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added Laurentiu Palcu
  0 siblings, 2 replies; 6+ messages in thread
From: Laurentiu Palcu @ 2014-03-03  9:43 UTC (permalink / raw)
  To: openembedded-core

This got messed up by me trying to fix a multilib problem using python sets.
Unfortunately sets do not keep the initial ordering and an image might end
up containing packages meant for other architectures... So, revert the offending
commit and fix the original issue by just checking if a channel was already added
or not.

laurentiu

The following changes since commit 8f36e1ef1afd10594391596391564e8904a840f2:

  poky.conf: add CentOS 6.5 to SANITY_TESTED_DISTROS (2014-02-28 18:05:47 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/b5890_rpm_pkg_arch_selection_logic_fix
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b5890_rpm_pkg_arch_selection_logic_fix

Laurentiu Palcu (2):
  Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib
    builds"
  package_manager.py: RpmPM: don't add smart channel if already added

 meta/lib/oe/package_manager.py |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-04 18:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03  9:43 [PATCH 0/2] fix package archs ordering for RPM Laurentiu Palcu
2014-03-03  9:43 ` [PATCH 1/2] Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds" Laurentiu Palcu
2014-03-04 18:37   ` Kamble, Nitin A
2014-03-03  9:43 ` [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added Laurentiu Palcu
2014-03-03 15:02   ` Mark Hatle
2014-03-03 15:42     ` Laurentiu Palcu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox