]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs.py: fix RPM multilib issue
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 13 Feb 2014 11:55:26 +0000 (13:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Feb 2014 12:05:24 +0000 (12:05 +0000)
commit1fa94697163f16cdbb1499b57f1bc018546974ee
treeb5984458815b99e0fdcf78b92eb8b787d56755c0
parentc6824a54c11f9a45720b2628ccba972653a0559a
lib/oe/rootfs.py: fix RPM multilib issue

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
migrating to python: feed all the packages to smart, apart from attempt
only ones which are installed separately.

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