]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: move multilib prefix list computation function to RpmIndexer
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Fri, 14 Feb 2014 17:45:12 +0000 (17:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2014 22:57:57 +0000 (22:57 +0000)
commitd3ba249aa1bf68aaeed226e934a4f4d5b7a19286
treee982dd9a3db8f88dca3896657d24a997f4e816ea
parent63d5be8f7fec74a7e4bac36b28e93071119cdf6d
package_manager.py: move multilib prefix list computation function to RpmIndexer

Since the code from anonymous function in rootfs_rpm.bbclass has been
removed, MULTILIB_PREFIX_LIST variable was never set. Hence not all
directories got indexed.

This commit will move the multilib prefix list computation function from
RpmPM class to RpmIndexer, since the indexer needs it too. I was hoping
to avoid this but, unfortunately, I couldn't.

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