Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
Hi Mark, On Wed, Feb 12, 2014 at 01:46:31PM -0600, Mark Hatle wrote: On 2/12/14, 12:54 PM, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart

Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Richard Purdie
On Wed, 2014-02-12 at 20:54 +0200, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart session), the main package binaries are not overwritten.

Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-13 Thread Laurentiu Palcu
On Thu, Feb 13, 2014 at 11:32:36AM +, Richard Purdie wrote: On Wed, 2014-02-12 at 20:54 +0200, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different

[OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-12 Thread Laurentiu Palcu
For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart session), the main package binaries are not overwritten. This commit restores the functionality to the original one, before

Re: [OE-core] [PATCH 1/1] lib/oe/rootfs.py: fix RPM multilib issue

2014-02-12 Thread Mark Hatle
On 2/12/14, 12:54 PM, Laurentiu Palcu wrote: For some odd reason (at least I couldn't find an explanation to this, yet), if a multilib version of a package is installed after the main one (that is: in a different smart session), the main package binaries are not overwritten. For two packages